remove continous check for initOTA

This commit is contained in:
interfisch 2024-08-08 23:40:31 +02:00
parent 47384bd855
commit 653ce1f144
1 changed files with 0 additions and 2 deletions

View File

@ -10,9 +10,7 @@ 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");