tuanpmt / espduino

ESP8266 network client (mqtt, restful) for Arduino
http://tuanpm.net/post/espduino
MIT License
382 stars 122 forks source link

AT Command Not Working #53

Open AkSuganthan opened 8 years ago

AkSuganthan commented 8 years ago

After update your ESP8266 Firmware, AT Commands are not working.

Actually I want to start web server, For that I use the following commands

AT+CIPSERVER=1,80 and AT+CWJAP.......

But now these commands are not working.

Pls help me in this...