diff --git a/Software/src/webui.cpp b/Software/src/webui.cpp index 89375f8..85796b1 100644 --- a/Software/src/webui.cpp +++ b/Software/src/webui.cpp @@ -414,7 +414,7 @@ void WebserverEERestore_Callback(AsyncWebServerRequest *request, const String &f if (!index) { Serial.println("EEPROM restore"); - size_t content_len = request->contentLength(); + //size_t content_len = request->contentLength(); validext = (filename.indexOf(".ee.json") > -1); }