Current Lua downloadable firmware will be posted here

User avatar
By ma.ag37
#52241 Hello,

I am a newbie to ESP8266 and have been using to with Nodemcu 0.9.5 build 20150318. However in either modes (SOFTAP and STATIONAP) I am unable to change the access point SSID and PASSWORD from a preset value.

code used:

wifi.setmode(wifi.STATIONAP);
wifi.ap.config({ssid="myHome1",pwd="1234"})


please help