ad continous ota check in setup

This commit is contained in:
interfisch 2024-08-08 23:27:55 +02:00
parent e7a3953b22
commit 47384bd855
1 changed files with 2 additions and 0 deletions

View File

@ -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");