tuanpmt / espduino

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

Fix ESP::reset() return string in newer firmware #1

Closed ignaworn closed 9 years ago

ignaworn commented 9 years ago

On the new firmware (v0.9.2.2 but some fw before too) the "ready" changed...

tuanpmt commented 9 years ago

I think we should keep the "ready" message from official at command: https://github.com/espressif/esp8266_at/blob/master/at/user/user_main.c#L43