Fix Heltec E213 and E290 e-ink board builds

This commit is contained in:
Wessel Nieboer 2026-03-06 02:58:39 +01:00
parent ba71820691
commit 696323c11b
No known key found for this signature in database
GPG key ID: 27BB1C3D63DEEFFF
10 changed files with 132 additions and 37 deletions

View file

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