* refactor: "neighbors" command

This commit is contained in:
Scott Powell
2025-04-30 21:41:09 +10:00
parent 056bcf83d9
commit 8a8e89f282
4 files changed
+30 -21

No files matched your search

+4
View File
@@ -789,6 +789,10 @@ public:
radio_set_tx_power(power_dbm);
}
void formatNeighborsReply(char *reply) override {
strcpy(reply, "not supported");
}
void loop() {
mesh::Mesh::loop();