Skip to content
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

Can't find WiFi.h and WiFiClientSecure.h #867

Open
bbuster2 opened this issue Jan 25, 2024 · 2 comments
Open

Can't find WiFi.h and WiFiClientSecure.h #867

bbuster2 opened this issue Jan 25, 2024 · 2 comments

Comments

@bbuster2
Copy link

          Any update on this?

I am having the same errors with an ESP32. I need
lib_ldf_mode = deep+ or
lib_ldf_mode = chain+, otherwise it won't compile because BLEDevice.h is missing etc.

Even adding lib_deps= WiFi and WiFiClientSecure gives me the same errors

Originally posted by @bbuster2 in #635 (comment)

@ThatMishakov
Copy link

I am having the same issue on denky32, and have managed to fix it by setting lib_ldf_mode = off and cloning the repo into my project, but I think it might be a coincidence. Is there some better fix?

@bbuster2
Copy link
Author

Unfortunately i need to use
lib_ldf_mode = deep+

If i use
lib_ldf_mode = off

it won't compile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants