diff --git a/src/main.cpp b/src/main.cpp index 54708e7..659f52d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,9 @@ void setup() { checkOTA(); if(initOTA()) { //initialize ota if ota enabled +#ifndef OTA_CONTINUOUS return; //if ota do nothing else for setup +#endif } Serial.println("Booting normal");