* T3S3 variants, ui-new

This commit is contained in:
Scott Powell
2025-08-17 16:06:26 +10:00
parent c30a103baf
commit 8f8830047b
7 changed files with 23 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
#include <helpers/SensorManager.h>
#ifdef DISPLAY_CLASS
#include <helpers/ui/SSD1306Display.h>
#include <helpers/ui/MomentaryButton.h>
#endif
extern ESP32Board board;
@@ -18,6 +19,7 @@ extern SensorManager sensors;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;
extern MomentaryButton user_btn;
#endif
bool radio_init();