Unable to change ssid and password in either modes
Posted: Fri Aug 05, 2016 6:07 pm
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
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