fix Update button protection (prevent double click #527)

optimized scheduler #515 (thx @beegee3)
This commit is contained in:
lumapu 2022-12-27 23:15:36 +01:00
parent e5de2517e2
commit ed16cff06e
7 changed files with 79 additions and 77 deletions

View file

@ -28,7 +28,7 @@ class IApp {
virtual void setTimestamp(uint32_t newTime) = 0;
virtual String getTimeStr(uint32_t offset) = 0;
virtual uint32_t getTimezoneOffset() = 0;
virtual void getSchedulerInfo(uint16_t *everyMax, uint16_t *atMax);
virtual void getSchedulerInfo(uint8_t *max) = 0;
virtual bool getRebootRequestState() = 0;
virtual bool getSettingsValid() = 0;