-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Build failed: 'mbedtls_ssl_conf_psk' was not declared in this scope #2336
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
you did not use the sdkconfig from arduino-esp32 as a basis for your compilation, you need to enable a few options in the sdkconfig to allow successful compilation. |
I couldn't find any sdkconfig in the arduino-esp32 repository. But I have set the arduino options myself in |
Thanks! This information should be added to https://github.com/espressif/arduino-esp32/blob/master/docs/esp-idf_component.md, though. There are some new attributes in the latest esp-idf:
Build is working fine now, thanks a lot! |
@kroegerama Do you recall which properties you changed to get it to work without using the sdkconfig provided? |
I found out what worked for me: #2154 (comment) |
The current version (1.0.1) fails to build as esp-idf component (esp-idf stable 3.1.2):
The text was updated successfully, but these errors were encountered: