Skip to content

WiFi.h: No such file...... #1576

Answered by pschatzmann
mgaman asked this question in Q&A
May 27, 2024 · 5 comments · 1 reply
Discussion options

You must be logged in to vote

Wouldn't you rather file an issue or a question with PlatformIO ?

I googled your issue and it seems that adding lib_ldf_mode = chain+ to the platformio.ini will make the issue go away

The following is working for me for your example

[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = https://github.com/pschatzmann/arduino-audio-tools.git
           https://github.com/pschatzmann/arduino-libhelix
           https://github.com/pschatzmann/ESP32-A2DP
           https://github.com/greiman/SdFat

build_flags = -DCORE_DEBUG_LEVEL=5 -DFILE_COPY_CONSTRUCTOR_SELECT=2 -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-function -Wno-format-extra-args 
mon…

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mgaman
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants