fixed warning
This commit is contained in:
		| @@ -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); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user