mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-26 12:47:18 +02:00
fix Update button protection (prevent double click #527)
optimized scheduler #515 (thx @beegee3)
This commit is contained in:
parent
e5de2517e2
commit
ed16cff06e
7 changed files with 79 additions and 77 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue