fixed antother typo in varnames and FunctionNames

This commit is contained in:
2025-08-24 13:29:59 +02:00
parent c998cce1a8
commit 05f476bae2
2 changed files with 5 additions and 5 deletions

View File

@@ -480,7 +480,7 @@ void WebServerEEJSON_Callback(AsyncWebServerRequest *request)
JsonObject eepart = json["eepart"].to<JsonObject>();
sprintf(buffer, "0x%04X", globals.eePersistenceAddress);
eepart["PersistanceAddress"] = buffer;
eepart["PersistenceAddress"] = buffer;
serializeJsonPretty(json, *response);