feat(tdeck): enable GPS support and configure pins

This commit is contained in:
Christophe Vanlancker
2025-12-05 20:44:56 +01:00
parent 6db57677f9
commit d834d66803
3 changed files with 25 additions and 2 deletions

View File

@@ -11,11 +11,13 @@
#include <helpers/ui/ST7789LCDDisplay.h>
#include <helpers/ui/MomentaryButton.h>
#endif
#include "helpers/sensors/EnvironmentSensorManager.h"
#include "helpers/sensors/MicroNMEALocationProvider.h"
extern TDeckBoard board;
extern WRAPPER_CLASS radio_driver;
extern AutoDiscoverRTCClock rtc_clock;
extern SensorManager sensors;
extern EnvironmentSensorManager sensors;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;