-
Notifications
You must be signed in to change notification settings - Fork 128
Semantic Errors in Espressif IDE - Unresolved Identifiers (CONFIG_BLINK_PERIOD, portTICK_PERIOD_MS, uint8_t) (IDFGH-14875) (IEP-1496) #1189
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
Comments
Hi @Prroyal! This is an automated response. It seems like you are encountering semantic errors in the Espressif IDE related to unresolved identifiers, even though your project builds successfully. This issue might be related to the IDE's indexer not correctly resolving headers and identifiers. Based on the information from the Espressif IDE documentation, here are some steps you can take to address this issue:
For more detailed troubleshooting, you can refer to the Espressif IDE documentation for additional guidance. If the issue persists, consider opening an issue on the Espressif GitHub repository for further assistance. |
Hi @Prroyal, If you're using Espressif-IDE, there's no need to build the project with Even if the project is built using the ![]() |
I am facing semantic errors in Espressif IDE while working on a simple blink example. The IDE is unable to resolve CONFIG_BLINK_PERIOD, portTICK_PERIOD_MS, and uint8_t, even though the project builds successfully using idf.py build.
The text was updated successfully, but these errors were encountered: