Added support for new EnhancedUI MomentaryButton

for Heltec V2 and Faketec ProMicro variants
이 커밋은 다음에 포함됨:
MikesAllotment
2025-08-14 14:17:26 +01:00
부모 e84e3066ff
커밋 d7c2293cb8
6개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
+2
파일 보기
@@ -8,6 +8,7 @@
#include <helpers/AutoDiscoverRTCClock.h>
#ifdef DISPLAY_CLASS
#include <helpers/ui/SSD1306Display.h>
#include <helpers/ui/MomentaryButton.h>
#endif
#include <helpers/sensors/EnvironmentSensorManager.h>
@@ -19,6 +20,7 @@ extern EnvironmentSensorManager sensors;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;
extern MomentaryButton user_btn;
#endif
bool radio_init();