Load data before restoring from config file

This commit is contained in:
Gunnar Skjold
2023-04-05 07:54:59 +02:00
parent c1ca3d0c65
commit 68bbfd6527
2 changed files with 6 additions and 5 deletions

View File

@@ -1521,6 +1521,8 @@ void configFileParse() {
bool sEa = false;
bool sDs = false;
ds.load();
SystemConfig sys;
WiFiConfig wifi;
MqttConfig mqtt;