mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* refactored SensorManager::toggleGps()
This commit is contained in:
parent
27388fcf2a
commit
b865ac6c23
3 changed files with 12 additions and 5 deletions
|
|
@ -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; }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue