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
No known key found for this signature in database
GPG key ID: 616BA0418005810D
3 changed files with 23 additions and 23 deletions

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