-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Missing #include "esp_err.h" (IDFGH-1897) #4100
Comments
github-actions
bot
changed the title
Missing #include "esp_err.h"
Missing #include "esp_err.h" (IDFGH-1897)
Sep 19, 2019
@joniaford Thank you for reporting , Have added esp_err.h in esp_tls.h, but may I know which idf_version you are using , also can you list all the header files you are including in your app_main apart from esp_tls.h and if possible also list the API you are using from esp_tls.h . |
igrr
pushed a commit
that referenced
this issue
Oct 18, 2019
igrr
pushed a commit
that referenced
this issue
Oct 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Problem Description
Getting the following errors when using
esp_tls.h
in my codeFixed by including
#include esp_err.h
inesp_tls.h
The text was updated successfully, but these errors were encountered: