Arduino: ESP.getCoreVersion() returns ffffffff in core 2.6.0

Created on 9 Nov 2019  路  6Comments  路  Source: esp8266/Arduino

in core 2.5.2 and below was returning a string such 2_5_2

Example:
void setup() {
Serial.begin(115200);
Serial.println();
Serial.println(ESP.getCoreVersion());
}

Most helpful comment

Thanks for the report, we will fix that in release 2.6.1

All 6 comments

Thanks for the report, we will fix that in release 2.6.1

Can you try my alpha release channel to check if this issue is fixed ?

Yep, got a very detailed 2_6_0_8_G4E5BF118
thank you
Marco

Is there a way to get the lwIP version?

Is there a way to get the lwIP version?

I think this include IwIP
ESP.getFullVersion();
Thanks

Fixed by #6747

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pablotix20 picture pablotix20  路  3Comments

tiestvangool picture tiestvangool  路  3Comments

hoacvxd picture hoacvxd  路  3Comments

SmartSouth picture SmartSouth  路  3Comments

dariopb picture dariopb  路  3Comments