* refactor: "neighbors" command

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

View File

@@ -40,6 +40,7 @@ public:
virtual void eraseLogFile() = 0;
virtual void dumpLogFile() = 0;
virtual void setTxPower(uint8_t power_dbm) = 0;
virtual void formatNeighborsReply(char *reply) = 0;
};
class CommonCLI {