Disabled periph_power for Heltec v4's display

Cette révision appartient à :
Kevin Le
2026-02-18 22:32:01 +07:00
Parent f6603fe7a5
révision 44b80d00c2
+1 -1
Voir le fichier
@@ -24,7 +24,7 @@ AutoDiscoverRTCClock rtc_clock(fallback_clock);
#endif
#ifdef DISPLAY_CLASS
DISPLAY_CLASS display(&(board.periph_power));
DISPLAY_CLASS display(NULL);
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
#endif