ui_task: initial gps page

此提交包含在:
Florent
2025-09-23 12:08:34 +02:00
父節點 ea13fa899e
當前提交 76aa7cf488
共有 8 個檔案被更改,包括 74 行新增4 行删除
+1
查看文件
@@ -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