ui_task: initial gps page

This commit is contained in:
Florent
2025-09-23 10:39:43 +02:00
parent ea13fa899e
commit 76aa7cf488
8 changed files with 74 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ protected:
public:
#if ENV_INCLUDE_GPS
EnvironmentSensorManager(LocationProvider &location): _location(&location){};
LocationProvider* getLocationProvider() { return _location; }
#else
EnvironmentSensorManager(){};
#endif