Disabled periph_power for Heltec v4's display

This commit is contained in:
Kevin Le
2026-02-05 23:27:10 +07:00
parent f6603fe7a5
commit 44b80d00c2
+1 -1
View File
@@ -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