Skip to content
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

getCoreVersion returns empty string in version 3.0.0 #8117

Closed
fabianoriccardi opened this issue Jun 11, 2021 · 1 comment
Closed

getCoreVersion returns empty string in version 3.0.0 #8117

fabianoriccardi opened this issue Jun 11, 2021 · 1 comment

Comments

@fabianoriccardi
Copy link

Platform

  • Hardware: [esp8266ex]
  • Core Version: 3.0.0
  • Development Env: [Arduino IDE]
  • Operating System: [Windows]

[MCVE] Sketch

void setup() {
  Serial.begin(115200);
  Serial.println("1");
  Serial.println(ESP.getCoreVersion());// Initialize the LED_BUILTIN pin as an output
  Serial.println("2");
}

void loop() {}

On serial monitor I can see "1" and "2", the line that should contain the core version is empty.

@d-a-v
Copy link
Collaborator

d-a-v commented Jun 11, 2021

Closing as duplicate of #8114 and #8049.
Thanks for reporting, it will be fixed in v3.0.1.

@d-a-v d-a-v closed this as completed Jun 11, 2021
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

2 participants