From 653ce1f144b8bb74eb05216022a19dd5c13b524c Mon Sep 17 00:00:00 2001 From: Fisch Date: Thu, 8 Aug 2024 23:40:31 +0200 Subject: [PATCH] remove continous check for initOTA --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 659f52d..54708e7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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");