mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
CommonCLI: gps management commands
This commit is contained in:
parent
5ae574b426
commit
0502bc370d
6 changed files with 72 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ public:
|
|||
virtual void saveIdentity(const mesh::LocalIdentity& new_id) = 0;
|
||||
virtual void clearStats() = 0;
|
||||
virtual void applyTempRadioParams(float freq, float bw, uint8_t sf, uint8_t cr, int timeout_mins) = 0;
|
||||
virtual void gpsGetStatus(char * reply) {}
|
||||
virtual void gpsStart() {}
|
||||
virtual void gpsStop() {}
|
||||
virtual void gpsSyncTime() {}
|
||||
};
|
||||
|
||||
class CommonCLI {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue