Update wlan0

This commit is contained in:
bergware
2025-02-03 14:26:14 +01:00
parent 4a9f1ab72e
commit 0cbf4d519d
+1 -1
View File
@@ -59,6 +59,6 @@ while (true) {
$echo['title'] = _('No active WiFi');
}
publish('wlan0',json_encode($echo));
sleep(5);
sleep(3);
}
?>