companion radio set + tempradio bugfixes, touch 1200 support

This commit is contained in:
liquidraver
2026-02-21 15:11:16 +01:00
parent dcd8a03c5b
commit 9034e87a7f
7 changed files with 1186 additions and 11 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ void CommonCLI::scheduleReboot(uint8_t type)
void CommonCLI::handleCommand(uint32_t sender_timestamp, const char* command, char* reply) {
if (strcmp(command, "start dfu") == 0) {
/* Reboot into UF2 mass storage bootloader for firmware update */
/* Reboot into UF2 bootloader for firmware update */
strcpy(reply, "OK - rebooting to UF2 DFU");
scheduleReboot(REBOOT_DFU);
} else if (memcmp(command, "start ota", 9) == 0) {