Skip to content

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

Closed
@marcobrianza

Description

@marcobrianza

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions