* refactored SensorManager::toggleGps()

This commit is contained in:
Scott Powell 2025-06-20 13:44:58 +10:00
parent 27388fcf2a
commit b865ac6c23
3 changed files with 12 additions and 5 deletions

View file

@ -21,6 +21,4 @@ public:
virtual const char* getSettingName(int i) const { return NULL; }
virtual const char* getSettingValue(int i) const { return NULL; }
virtual bool setSettingValue(const char* name, const char* value) { return false; }
virtual bool getGpsStatus() { return false; }
virtual bool toggleGps() { return false; }
};