implemented config and irrigation commands

This commit is contained in:
Emanuele Trabattoni
2025-07-25 21:53:49 +02:00
parent 74a97a7dd6
commit 5459148538
5 changed files with 184 additions and 41 deletions

View File

@@ -104,9 +104,6 @@ public:
deserialize();
saveConfig();
}; // filesystem is unmounted here
LOG_WARN("setConfig will cause restart!");
delay(5000);
esp_restart();
}
void resetConfig()