* new CommonCLI commands: "get prv.key", "set prv.key {hex}"

Этот коммит содержится в:
Scott Powell
2025-08-01 19:28:44 +10:00
родитель 0a2d132d84
Коммит 28af68c187
6 изменённых файлов: 22 добавлений и 8 удалений
+1 -1
Просмотреть файл
@@ -863,7 +863,7 @@ public:
strcpy(reply, "not supported");
}
const uint8_t* getSelfIdPubKey() override { return self_id.pub_key; }
mesh::LocalIdentity& getSelfId() override { return self_id; }
void clearStats() override {
radio_driver.resetStats();