fixed warning

This commit is contained in:
Marcel Peterkau 2023-02-23 17:46:36 +01:00
parent 9ac161ee4c
commit c9a6e4c870

View File

@ -414,7 +414,7 @@ void WebserverEERestore_Callback(AsyncWebServerRequest *request, const String &f
if (!index) if (!index)
{ {
Serial.println("EEPROM restore"); Serial.println("EEPROM restore");
size_t content_len = request->contentLength(); //size_t content_len = request->contentLength();
validext = (filename.indexOf(".ee.json") > -1); validext = (filename.indexOf(".ee.json") > -1);
} }