Arduino-esp32: Invalid library BLE

Created on 23 Oct 2017  路  8Comments  路  Source: espressif/arduino-esp32

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

stale

Most helpful comment

run git submodule update --init --recursive in the esp32 arduino folder

All 8 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

0x1abin picture 0x1abin  路  3Comments

maxpromer picture maxpromer  路  3Comments

ComputerLag picture ComputerLag  路  3Comments

merlinschumacher picture merlinschumacher  路  4Comments

huming2207 picture huming2207  路  4Comments