Disabled periph_power for Heltec v4's display

Tento commit je obsažen v:
Kevin Le
2026-02-18 22:32:01 +07:00
rodič f6603fe7a5
revize 44b80d00c2
+1 -1
Zobrazit soubor
@@ -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