Update Wireless.page

This commit is contained in:
bergware
2025-02-14 02:58:27 +01:00
parent 3c6301d118
commit c7cac78886

View File

@@ -73,7 +73,7 @@ function update_wifi(load) {
if (wifi.other.length) $('#other_networks').html(wifi.other);
}
});
timers.wifi = setTimeout(update_wifi,5000);
timers.wifi = setTimeout(update_wifi,6000);
}
function manage_wifi(ssid,task) {