mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.8.5
* fixed endless loop while switching CMT frequency * removed obsolete "retries" field from settings #1224 * fixed crash while defining new invertes #1224 * fixed default frequency settings * added default input power to `400` while adding new inverters * fixed color of wifi RSSI icon #1224
This commit is contained in:
parent
efdac9634f
commit
8ac895f50a
15 changed files with 58 additions and 55 deletions
|
@ -25,6 +25,7 @@ class IApp {
|
|||
public:
|
||||
virtual ~IApp() {}
|
||||
virtual bool saveSettings(bool stopFs) = 0;
|
||||
virtual void initInverter(uint8_t id) = 0;
|
||||
virtual bool readSettings(const char *path) = 0;
|
||||
virtual bool eraseSettings(bool eraseWifi) = 0;
|
||||
virtual bool getSavePending() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue