Bugfixes around saving settings

This commit is contained in:
tastendruecker123 2023-04-13 17:42:54 +02:00
parent 48ce948ede
commit 2c0e1bbe57
7 changed files with 38 additions and 18 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;