ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality
MIT License
453 stars 236 forks source link

Add functions to query IP and MAC #10

Closed ghost closed 8 years ago

ghost commented 8 years ago

This commit adds two functions to query

Both functions rely on "AT+CIFSR".

ekstrand commented 8 years ago

Nicely done! What version of ESP8266 firmware have you tested it on?

ghost commented 8 years ago

hey, tests during development were done on:

AT+GMR AT version:0.21.0.0 SDK version:0.9.5

OK

Should be the latest available version of the firmware.