mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-27 21:27:18 +02:00
Update appInterface.h
This commit is contained in:
parent
94fe61b544
commit
802205ad91
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class IApp {
|
|||
virtual bool saveSettings() = 0;
|
||||
virtual bool readSettings(const char *path) = 0;
|
||||
virtual bool eraseSettings(bool eraseWifi) = 0;
|
||||
virtual void setOnUpdate() = 0;
|
||||
virtual void setRebootFlag() = 0;
|
||||
virtual const char *getVersion() = 0;
|
||||
virtual statistics_t *getStatistics() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue