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

@ -28,6 +28,7 @@ public:
const char* getSettingName(int i) const override;
const char* getSettingValue(int i) const override;
bool setSettingValue(const char* name, const char* value) override;
LocationProvider* getLocationProvider() { return _nmea; }
};
#ifdef DISPLAY_CLASS