Updated today to last master repo, on arduino IDE is there this warning
Invalid library found in \SKETCH\hardware\espressif\esp32\libraries\BLE:
IDE 1.8.4 on Win10
run git submodule update --init --recursive in the esp32 arduino folder
No git here :-)
For platformIO:
I rewrite platformio.ini into
[env:your_target]
platform = https://github.com/platformio/platform-espressif32.git#feature/stage
framework = arduino
For arduino ide:
I suggested to download the latest version (master branch) of this git and replace in esp32-arduino installation folder
I suggest to update the guide, since there is now a submodule, we have to clone recursively:
git clone --recursive -j8 https://github.com/espressif/arduino-esp32.git
As Curclamas said, I also suggest to update the guide, which is really clear (even for beginners) but missing this step
Even after trying Curclamas' suggestion I get the same error. Has anything changed? Seems that even the guide itself (Windows) is incomplete at this time.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
This stale issue has been automatically closed. Thank you for your contributions.
Most helpful comment
run
git submodule update --init --recursivein the esp32 arduino folder