Browse Source

Update appInterface.h

pull/652/head
beegee3 2 years ago
committed by GitHub
parent
commit
802205ad91
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/appInterface.h

1
src/appInterface.h

@ -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…
Cancel
Save