-
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
Using Default arduino Libs(BLE, WiFiClientSecure) giving error #6680
Comments
@CodeOn-ArK - Is this an IDF project? Are you using Arduino as a Component? |
@CodeOn-ArK - Please take a look at |
Yes and yes |
What does it do actually? The library builder |
why did this issue suddenly closed? |
This issue has not closed. It is still open. I think that you are seeing the "closed label" from issue #1142 |
Lib Builder is a set of scripts that will actually build all Arduino Libraries used folder: Arduino uses IDF precompiled libraries. |
@CodeOn-ArK Do you still need help? |
No, got the thing resolved. |
same problem, how did you solve it? |
I really don't remember rn, but using the master works ig, and it's basic installation and setup mistake |
Solution: |
Board
ESP32 Dev Module
Device Description
ESP-WROOM 32 DevKitC
Hardware Configuration
NULL
Version
v2.0.0
IDE Name
IDF
Operating System
Linux
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
115200
Description
I am trying to use arduino libraries such as WIFIClientSecure.h in the IDF project. I am able to link IDF components with ease, but am unable to use arduino libraries such as BLE and WIFiClientSecure. It gives undefined reference error. Is there something else that needs to be done to use default arduino libs?
Sketch
The variables :
Just the inclusion of these give error as mentioned below
The text was updated successfully, but these errors were encountered: