tuanpmt / espduino

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

ESP8266 ChipInfo ChipID and FlashID #25

Open nirajbhatt7 opened 9 years ago

nirajbhatt7 commented 9 years ago

With espduino library, how do I get the values of ChipID, FlashID and other hardware related data? This is useful to assign station id and some other scenarios.

Something similar to https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#nodechipid

nirajbhatt7 commented 8 years ago

Any progress on this?