Skip to content

Since IDF V5.5.2 the call to esp_get_idf_version() returns "-128-NOTFOUND" (IDFGH-17245) #18240

@DirkMeintjiesCtrack

Description

@DirkMeintjiesCtrack

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

IDF V5.5.2

Operating System used.

Windows

How did you build your project?

VS Code IDE

If you are using Windows, please specify command line type.

None

What is the expected behavior?

I expect to get the version string like with previous IDF version, like "v5.4" which we used previously.

What is the actual behavior?

Instead I get a string that says "-128-NOTFOUND"

Steps to reproduce.

printf("IDF Version: %s\n", esp_get_idf_version());

Build or installation Logs.


Diagnostic report archive.

No response

More Information.

Project compiling is successful and no errors reported during compilation.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions