fixed antother typo in varnames and FunctionNames
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user