Use MQTT for the remote command handling.

This commit is contained in:
Jonathan Naylor
2023-06-20 15:27:56 +01:00
parent 0615a4218d
commit 1afe34f514
11 changed files with 132 additions and 353 deletions

View File

@@ -131,7 +131,7 @@ private:
bool createFMNetwork();
bool createAX25Network();
void remoteControl();
void remoteControl(const std::string& commandString);
void processModeCommand(unsigned char mode, unsigned int timeout);
void processEnableCommand(bool& mode, bool enabled);