* Add cli command to regenerate key pair

This commit is contained in:
Matthias Wientapper
2025-10-25 13:20:04 +02:00
parent 61cd01db27
commit 178ebf7282
4 changed files with 20 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ public:
void saveIdentity(const mesh::LocalIdentity& new_id) override;
void clearStats() override;
void regenerateKeys() override;
void handleCommand(uint32_t sender_timestamp, char* command, char* reply);
void loop();