* "set radio.." now with "OK" response

This commit is contained in:
Scott Powell
2025-02-28 12:49:36 +11:00
parent f35a9032ac
commit 1912710c75

View File

@@ -147,9 +147,7 @@ void CommonCLI::handleCommand(uint32_t sender_timestamp, const char* command, ch
_prefs->freq = freq;
_prefs->bw = bw;
_callbacks->savePrefs();
delay(100);
_board->reboot(); // doesn't return
strcpy(reply, "OK");
} else {
strcpy(reply, "Error, invalid radio params");
}