mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* refactor: "neighbors" command
This commit is contained in:
parent
056bcf83d9
commit
8a8e89f282
4 changed files with 30 additions and 21 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue