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());
}
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
Most helpful comment
Thanks for the report, we will fix that in release 2.6.1