Merge pull request #821 from fdlamotte/ui_gps_page

ui_task: initial gps page
This commit is contained in:
ripplebiz 2025-10-02 18:54:23 +10:00 committed by GitHub
commit 3912bbdf7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 70 additions and 5 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