-
Notifications
You must be signed in to change notification settings - Fork 58
Add Quick Connect V2 Demo #137
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
Conversation
main/demo_tasks/quickconnect_v2_demo/GettingStartedWithQuickConnect.md
Outdated
Show resolved
Hide resolved
main/demo_tasks/quickconnect_v2_demo/GettingStartedWithQuickConnect.md
Outdated
Show resolved
Hide resolved
main/demo_tasks/quickconnect_v2_demo/quickconnect_v2_demo_config.h
Outdated
Show resolved
Hide resolved
main/demo_tasks/quickconnect_v2_demo/quickconnect_v2_demo_config.h
Outdated
Show resolved
Hide resolved
|
You'll likely need to correct formatting but that can be done later. The only thing remaining is to figure out why the builds are failing. |
…ailing demo builds
ESP-IDF 6.x no longer supports vends the wifi provisioning component, instead titling it as 'network provisioning'. This is backwards incompatible. We should update to IDF 6+ once it is released. It is currently in beta.
5.0 does not support network provisioning.
|
The latest esp-idf (6.0) fails because of it's dependency on Mbed-TLS 4.0.0. This is not yet supported by CorePKCS11. I've created an issue to track this here. In order to get this demo out, I'd prefer we restrict to the newest version of esp-idf 5.x until we can update CorePKCS11. |
…PKCS11 and v5.1.2 as it does not support network prov
Description
Test Steps
Follow the GettingStartedWithQuickConnectGuide.md in main/demo_tasks/quickconnect_v2_demo
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.