diff --git a/Arduino/McLighting/McLighting.ino b/Arduino/McLighting/McLighting.ino index b4142a2..80dfbed 100644 --- a/Arduino/McLighting/McLighting.ino +++ b/Arduino/McLighting/McLighting.ino @@ -793,10 +793,6 @@ void setup() { if(!spiffs_save_state.active()) spiffs_save_state.once(3, tickerSpiffsSaveState); #endif }); - - #ifdef HTTP_OTA - httpUpdater.setup(&server,"/update"); - #endif #ifdef HTTP_OTA httpUpdater.setup(&server, "/update");