Reload startup config after save.

This commit is contained in:
chriz
2026-02-14 11:02:05 +01:00
parent d5019b41df
commit 0e2a5fb7bc
+3
View File
@@ -54,6 +54,9 @@ async function flashSave() {
sendConfig(body); sendConfig(body);
}); });
}); });
setTimeout(() => {
fetchIP();
}, 500);
} }
async function flashStartupSave() { async function flashStartupSave() {