Browse Source

Disabled periph_power for Heltec v4's display

pull/1569/head
Kevin Le 4 months ago
parent
commit
44b80d00c2
  1. 2
      variants/heltec_v4/target.cpp

2
variants/heltec_v4/target.cpp

@ -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

Loading…
Cancel
Save