mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Fix Heltec E213 and E290 e-ink board builds
This commit is contained in:
parent
ba71820691
commit
696323c11b
10 changed files with 132 additions and 37 deletions
|
|
@ -18,7 +18,7 @@ AutoDiscoverRTCClock rtc_clock(fallback_clock);
|
|||
SensorManager sensors;
|
||||
|
||||
#ifdef DISPLAY_CLASS
|
||||
DISPLAY_CLASS display;
|
||||
DISPLAY_CLASS display(&board.periph_power);
|
||||
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue