File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ if (conf.wifi.mode == wifi.SOFTAP) or (conf.wifi.mode == wifi.STATIONAP) then
2020 conf .wifi .accessPoint .config = {}
2121 conf .wifi .accessPoint .config .ssid = " ESP-" .. node .chipid () -- Name of the WiFi network to create.
2222 conf .wifi .accessPoint .config .pwd = " ESP-" .. node .chipid () -- WiFi password for joining - at least 8 characters
23+ conf .wifi .accessPoint .net = {}
2324 conf .wifi .accessPoint .net .ip = " 192.168.111.1"
2425 conf .wifi .accessPoint .net .netmask = " 255.255.255.0"
25- conf .wifi .accessPoint .net .gateway = " 192.168.111.1" }
26+ conf .wifi .accessPoint .net .gateway = " 192.168.111.1"
2627end
2728-- These apply only when connecting to a router as a client
2829if (conf .wifi .mode == wifi .STATION ) or (conf .wifi .mode == wifi .STATIONAP ) then
You can’t perform that action at this time.
0 commit comments