From 0e2a5fb7bc5288d8c061fdd7d1a7652ecc9b81bf Mon Sep 17 00:00:00 2001 From: chriz Date: Sat, 14 Feb 2026 11:02:05 +0100 Subject: [PATCH] Reload startup config after save. --- html/system.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/system.js b/html/system.js index 1e11598..c39f6fb 100644 --- a/html/system.js +++ b/html/system.js @@ -54,6 +54,9 @@ async function flashSave() { sendConfig(body); }); }); + setTimeout(() => { + fetchIP(); + }, 500); } async function flashStartupSave() {