|
@@ -9,6 +9,7 @@
|
|
|
#include <helpers/ArduinoHelpers.h>
|
|
#include <helpers/ArduinoHelpers.h>
|
|
|
#ifdef DISPLAY_CLASS
|
|
#ifdef DISPLAY_CLASS
|
|
|
#include <helpers/ui/SH1106Display.h>
|
|
#include <helpers/ui/SH1106Display.h>
|
|
|
|
|
+ #include <helpers/ui/MomentaryButton.h>
|
|
|
#endif
|
|
#endif
|
|
|
#include <helpers/sensors/EnvironmentSensorManager.h>
|
|
#include <helpers/sensors/EnvironmentSensorManager.h>
|
|
|
|
|
|
|
@@ -38,6 +39,7 @@ extern AutoDiscoverRTCClock rtc_clock;
|
|
|
extern WioTrackerL1SensorManager sensors;
|
|
extern WioTrackerL1SensorManager sensors;
|
|
|
#ifdef DISPLAY_CLASS
|
|
#ifdef DISPLAY_CLASS
|
|
|
extern DISPLAY_CLASS display;
|
|
extern DISPLAY_CLASS display;
|
|
|
|
|
+ extern MomentaryButton user_btn;
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
bool radio_init();
|
|
bool radio_init();
|