We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7d79e commit 5aa86ebCopy full SHA for 5aa86eb
src/ota.cpp
@@ -17,8 +17,6 @@ void ota_setup()
17
ArduinoOTA.begin();
18
19
ArduinoOTA.onStart([]() {
20
- // Clean SPIFFS
21
- //SPIFFS.end();
22
DBUGF("Starting ArduinoOTA update");
23
lcd_display(F("Updating WiFi"), 0, 0, 0, LCD_CLEAR_LINE);
24
lcd_display(F(""), 0, 1, 10 * 1000, LCD_CLEAR_LINE);
0 commit comments