* fix missing refresh URL #1366
* fix view of grid profile #1365
* fix webUI translation #1346
* fix protection mask #1352
This commit is contained in:
lumapu 2024-01-17 22:08:17 +01:00
parent f503516c9f
commit 8c9be73091
6 changed files with 12 additions and 4 deletions

View file

@ -19,6 +19,7 @@ void app::setup() {
yield();
resetSystem();
esp_task_wdt_reset();
mSettings.setup();
mSettings.getPtr(mConfig);