GeoNomad / LuaLoader

A serial communications tool and IDE for the NodeMcu Lua firmware for the ESP8266

Repository from Github https://github.comGeoNomad/LuaLoaderRepository from Github https://github.comGeoNomad/LuaLoader

wifi.sta.config("SSSID","PASSWORD") no longer supported

marcelstoer opened this issue · comments

Send('wifi.sta.config("'+SSID.Text+'","'+Password.Text+'")'+CRLF,1);

This is no longer valid, the API changed: https://nodemcu.readthedocs.io/en/latest/en/modules/wifi/#wifistaconfig

See nodemcu/nodemcu-firmware#2082