station g2: switch to new_ui

This commit is contained in:
recrof
2025-08-17 11:57:38 +02:00
parent 3bb55b590c
commit a4916f81eb
3 changed files with 11 additions and 8 deletions

View File

@@ -10,6 +10,7 @@
#ifdef DISPLAY_CLASS
#include <helpers/ui/SH1106Display.h>
#include <helpers/ui/MomentaryButton.h>
#endif
extern StationG2Board board;
@@ -19,6 +20,7 @@ extern SensorManager sensors;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;
extern MomentaryButton user_btn;
#endif
bool radio_init();