Skip to content

ESP.getCoreVersion() returns ffffffff in core 2.6.0 #6735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
marcobrianza opened this issue Nov 9, 2019 · 6 comments
Closed

ESP.getCoreVersion() returns ffffffff in core 2.6.0 #6735

marcobrianza opened this issue Nov 9, 2019 · 6 comments
Assignees
Milestone

Comments

@marcobrianza
Copy link

marcobrianza commented Nov 9, 2019

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());
}

@d-a-v
Copy link
Collaborator

d-a-v commented Nov 9, 2019

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

@d-a-v d-a-v self-assigned this Nov 9, 2019
@devyte devyte added this to the 2.6.1 milestone Nov 10, 2019
@d-a-v
Copy link
Collaborator

d-a-v commented Nov 10, 2019

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

@marcobrianza
Copy link
Author

Yep, got a very detailed 2_6_0_8_G4E5BF118
thank you
Marco

@marcobrianza
Copy link
Author

Is there a way to get the lwIP version?

@mikekgr
Copy link

mikekgr commented Nov 10, 2019

Is there a way to get the lwIP version?

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

@d-a-v
Copy link
Collaborator

d-a-v commented Nov 13, 2019

Fixed by #6747

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants