diff --git a/esp32/src/main.cpp b/esp32/src/main.cpp index a4c3df0..0710ec3 100644 --- a/esp32/src/main.cpp +++ b/esp32/src/main.cpp @@ -26,7 +26,6 @@ const unsigned long TEMPREADCYCLE = 30000; /**< Check temperature all half minut /********************* non volatile enable after deepsleep *******************************/ -RTC_DATA_ATTR bool coldBoot = true; RTC_DATA_ATTR long rtcDeepSleepTime = 0; /**< Time, when the microcontroller shall be up again */ RTC_DATA_ATTR long rtcMoistureTrigger0 = 0; /**