diff --git a/httpserver-wifi.lua b/httpserver-wifi.lua index 53e26c5..20ccad2 100644 --- a/httpserver-wifi.lua +++ b/httpserver-wifi.lua @@ -19,7 +19,7 @@ end if (conf.wifi.mode == wifi.STATION) or (conf.wifi.mode == wifi.STATIONAP) then print('Client MAC: ',wifi.sta.getmac()) - wifi.sta.config(conf.wifi.station.ssid, conf.wifi.station.pwd, 1) + wifi.sta.config(conf.wifi.station) end print('chip: ',node.chipid())