-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Milestone
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 |
Is there a way to get the lwIP version? |
I think this include IwIP |
Fixed by #6747 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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());
}
The text was updated successfully, but these errors were encountered: