change html % bug

This commit is contained in:
Siwat Sirichai 2024-05-19 12:24:57 +07:00
parent aff49fe67a
commit 83f67fe399
10 changed files with 720 additions and 718 deletions

View file

@ -480,7 +480,7 @@ void ESPMegaWebServer::getDeviceInfoHandler(AsyncWebServerRequest *request) {
doc["base_topic"] = this->iot->getMqttConfig()->base_topic;
doc["mqtt_connected"] = this->iot->mqttConnected() ? "Connected" : "Standalone";
doc["software_version"] = SW_VERSION;
doc["sdk_version"] = SDK_VERSION;
doc["sdk_version"] = SDK_VESRION;
doc["idf_version"] = IDF_VER;
char buffer[512];
serializeJson(doc, buffer);