-
Notifications
You must be signed in to change notification settings - Fork 190
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
ESP32C6 Wifi API with cmake project #501
Comments
Did you read and do this? |
Yes, my list of components is the following:
with |
Have you tried putting |
Thank you for your help. The following list of dependencies was needed to get basic wifi example working: As for |
Yes. These components weren't necessary in the 4.4. days, probably because they were enabled by the others. With esp idf 5 the situation might had changed, but the approach remains the same. |
Hello, I am using esp32c6 with IDF 5.2.2. I followed the following cmake build tutorial :
https://github.com/esp-rs/esp-idf-template/blob/master/README-cmake.md
However, I cannot access wifi libraries. I get the following compile error:
I saw soluiton in #307 but it does not seem to apply to cmake based projects. Any help would be kindly appreciated.
The text was updated successfully, but these errors were encountered: