Merge branch 'development03' into improv

This commit is contained in:
lumapu 2023-05-27 01:47:48 +02:00
commit 1c36638226
33 changed files with 1327 additions and 655 deletions

View file

@ -20,6 +20,7 @@ class IApp {
virtual bool eraseSettings(bool eraseWifi) = 0;
virtual bool getSavePending() = 0;
virtual bool getLastSaveSucceed() = 0;
virtual bool getShouldReboot() = 0;
virtual void setOnUpdate() = 0;
virtual void setRebootFlag() = 0;
virtual const char *getVersion() = 0;