-->
Page 1 of 1

How to get flash version info from the device

PostPosted: Sat May 07, 2016 3:24 am
by chrisAdmin
Is there an arduino/esp8266 function equiv to the AT+GMR readout?
Or is there a way to hack out the espressif base version?

Re: How to get flash version info from the device

PostPosted: Sat May 07, 2016 12:49 pm
by martinayotte
ESP.getFlashChipId()

But also some other useful infos :

Mac addr : ESP.getChipId()
SDK Version : ESP.getSdkVersion()

Re: How to get flash version info from the device

PostPosted: Sat May 07, 2016 6:42 pm
by chrisAdmin
Thanks martin!

martinayotte wrote:ESP.getFlashChipId()

But also some other useful infos :

Mac addr : ESP.getChipId()
SDK Version : ESP.getSdkVersion()