change html % bug
This commit is contained in:
parent
aff49fe67a
commit
83f67fe399
10 changed files with 720 additions and 718 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue