* Heltec tracker, now using /ui-new

* variants with no DISPLAY_CLASS .ini fixes
This commit is contained in:
Scott Powell 2025-08-16 21:53:36 +10:00
parent e14b022a7c
commit 37d7257f04
16 changed files with 33 additions and 27 deletions

View file

@ -21,6 +21,7 @@ HWTSensorManager sensors = HWTSensorManager(nmea);
#ifdef DISPLAY_CLASS
DISPLAY_CLASS display(&board.periph_power); // peripheral power pin is shared
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
#endif
bool radio_init() {