align JSON release info with upstream 0_15 (update page, JSON "info")

align with upstream /json/info
* info.release
* info.arch
* info.clock
* info.flash
This commit is contained in:
Frank
2024-05-22 13:03:30 +02:00
parent a25e608e2b
commit eb3200bb29
3 changed files with 26 additions and 15 deletions

View File

@@ -846,7 +846,7 @@ void getSettingsJS(AsyncWebServerRequest* request, byte subPage, char* dest) //W
olen -= 2; //delete ";
oappend(versionString);
oappend(SET_F(" "));
oappend(releaseString);
oappend((char*)FPSTR(releaseString));
oappend(SET_F(".bin<br>("));
#if defined(CONFIG_IDF_TARGET_ESP32C3)
oappend(SET_F("ESP32-C3"));