remove continous check for initOTA
This commit is contained in:
parent
47384bd855
commit
653ce1f144
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue