Improve router provisioning workflow

This commit is contained in:
litoral05
2026-05-11 15:59:28 +01:00
parent ec2727927b
commit c1e9aeb386
11 changed files with 2658 additions and 292 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const DEFAULT_ROUTER_IP = '198.51.100.1';
const DEFAULT_CONTROLLER_IP = '198.51.100.10';
const DEFAULT_PLC_IP = '198.51.100.50';
const DEFAULT_FIRMWARE =
'openwrt-23.05-zbt-we826-16m.bin';
'openwrt-23.05.5-zbt-we826-16m-litoral-golden-sysupgrade.bin';
export function BackendSettings() {
const [settings, setSettings] =