CommonCLI: gps management commands

This commit is contained in:
Florent
2025-10-05 19:23:52 +02:00
parent 5ae574b426
commit 0502bc370d
6 changed files with 72 additions and 0 deletions

View File

@@ -176,6 +176,12 @@ public:
void formatNeighborsReply(char *reply) override;
void removeNeighbor(const uint8_t* pubkey, int key_len) override;
// Gps mgmt cli callbacks
void gpsGetStatus(char * reply) override;
void gpsStart() override;
void gpsStop() override;
void gpsSyncTime() override;
mesh::LocalIdentity& getSelfId() override { return self_id; }
void saveIdentity(const mesh::LocalIdentity& new_id) override;