* sensor: CLI "sub" and "unsub" commands

This commit is contained in:
Scott Powell
2026-09-04 22:02:49 +10:00
parent 9bc6060831
commit 3a5a6b90ab
3 changed files with 68 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public:
SensorMesh(mesh::MainBoard& board, mesh::Radio& radio, mesh::MillisecondClock& ms, mesh::RNG& rng, mesh::RTCClock& rtc, mesh::MeshTables& tables);
void begin(FILESYSTEM* fs);
void loop();
void handleCommand(uint32_t sender_timestamp, char* command, char* reply);
void handleCommand(ClientInfo* from, uint32_t sender_timestamp, char* command, char* reply);
// CommonCLI callbacks
const char* getFirmwareVer() override { return FIRMWARE_VERSION; }