Skip to content

Commit 5aa86eb

Browse files
committed
Remove old code
1 parent 5c7d79e commit 5aa86eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ota.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ void ota_setup()
1717
ArduinoOTA.begin();
1818

1919
ArduinoOTA.onStart([]() {
20-
// Clean SPIFFS
21-
//SPIFFS.end();
2220
DBUGF("Starting ArduinoOTA update");
2321
lcd_display(F("Updating WiFi"), 0, 0, 0, LCD_CLEAR_LINE);
2422
lcd_display(F(""), 0, 1, 10 * 1000, LCD_CLEAR_LINE);

0 commit comments

Comments
 (0)