States described in doxygen

This commit is contained in:
Ollo
2020-11-06 23:29:46 +01:00
parent 7080fe306b
commit 61171fb379
3 changed files with 44 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ typedef struct
} rtc_plant_t;
/********************* non volatile enable after deepsleep *******************************/
RTC_DATA_ATTR rtc_plant_t rtcPlant[7];
RTC_DATA_ATTR rtc_plant_t rtcPlant[MAX_PLANTS];
RTC_DATA_ATTR long gotoMode2AfterThisTimestamp = 0;
RTC_DATA_ATTR long rtcDeepSleepTime = 0; /**< Time, when the microcontroller shall be up again */
RTC_DATA_ATTR int lastPumpRunning = 0;