-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Labels
Description
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.
Reactions are currently unavailable