Skip to content

Commit 44b80d0

Browse files
committed
Disabled periph_power for Heltec v4's display
1 parent f6603fe commit 44b80d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/heltec_v4/target.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AutoDiscoverRTCClock rtc_clock(fallback_clock);
2424
#endif
2525

2626
#ifdef DISPLAY_CLASS
27-
DISPLAY_CLASS display(&(board.periph_power));
27+
DISPLAY_CLASS display(NULL);
2828
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
2929
#endif
3030

0 commit comments

Comments
 (0)