We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6603fe commit 44b80d0Copy full SHA for 44b80d0
1 file changed
variants/heltec_v4/target.cpp
@@ -24,7 +24,7 @@ AutoDiscoverRTCClock rtc_clock(fallback_clock);
24
#endif
25
26
#ifdef DISPLAY_CLASS
27
- DISPLAY_CLASS display(&(board.periph_power));
+ DISPLAY_CLASS display(NULL);
28
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
29
30
0 commit comments