diff --git a/ESP32_AP-Flasher/src/web.cpp b/ESP32_AP-Flasher/src/web.cpp index 4272ce6f..7572003a 100644 --- a/ESP32_AP-Flasher/src/web.cpp +++ b/ESP32_AP-Flasher/src/web.cpp @@ -119,7 +119,7 @@ void wsSendSysteminfo() { ApChanString += "disabled"; } else { - ApChanString += "Ch " + String(apInfo.SubGhzChannel); + ApChanString += String(apInfo.SubGhzChannel); } } setVarDB("ap_ch", ApChanString);