* added CommonCLI::saveIdentity()

This commit is contained in:
Scott Powell
2025-09-01 15:22:11 +10:00
parent c28001d1e2
commit ee194a7b19
6 changed files with 47 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ public:
strcpy(reply, "not supported");
}
mesh::LocalIdentity& getSelfId() override { return self_id; }
void saveIdentity(const mesh::LocalIdentity& new_id) override;
void clearStats() override { }
void applyTempRadioParams(float freq, float bw, uint8_t sf, uint8_t cr, int timeout_mins) override;