We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support is missing for the esp32-c6 in the esp_idf_lib_helpers.h files.
It can be added by simply adding the line as shown below:
I have tested the one line change above and it works for me.
Also, you may also want to give consideration to the esp32-h2.
esp-idf
5.1
esp_idf_lib_helpers.h
No response
The text was updated successfully, but these errors were encountered:
8926d0e
Merge pull request #524 from UncleRus/bugfix/helpers-c6
8c2eb63
Fixes #512
fixes UncleRus/esp-idf-lib#512
d3c9856
UncleRus
No branches or pull requests
The issue
Support is missing for the esp32-c6 in the esp_idf_lib_helpers.h files.
It can be added by simply adding the line as shown below:
I have tested the one line change above and it works for me.
Also, you may also want to give consideration to the esp32-h2.
Which SDK are you using?
esp-idf
Which version of SDK are you using?
5.1
Which build target have you used?
Component causing the issue
esp_idf_lib_helpers.h
Anything in the logs that might be useful for us?
No response
Additional information or context
No response
Confirmation
The text was updated successfully, but these errors were encountered: