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() {