Fix OTA update due bad configuration behaviour

This commit is contained in:
Petr Kracík
2026-03-06 03:47:37 +01:00
parent fe705519cb
commit 35760b74f7
3 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -194,13 +194,13 @@ public:
REMOTE_MANAGEMENT remoteManagement;
MQTT mqtt;
void setup();
void setDefaultValues();
bool writeFile();
Configuration();
private:
bool readFile();
String _filePath;
};
#endif
#endif