* "set radio.." now with "OK" response
This commit is contained in:
@@ -147,9 +147,7 @@ void CommonCLI::handleCommand(uint32_t sender_timestamp, const char* command, ch
|
|||||||
_prefs->freq = freq;
|
_prefs->freq = freq;
|
||||||
_prefs->bw = bw;
|
_prefs->bw = bw;
|
||||||
_callbacks->savePrefs();
|
_callbacks->savePrefs();
|
||||||
|
strcpy(reply, "OK");
|
||||||
delay(100);
|
|
||||||
_board->reboot(); // doesn't return
|
|
||||||
} else {
|
} else {
|
||||||
strcpy(reply, "Error, invalid radio params");
|
strcpy(reply, "Error, invalid radio params");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user