forked from espressif/arduino-esp32
Update IDF to de750e9 and add BLE (#723)
* Update IDF to de750e9 * Add BLE Library submodule
This commit is contained in:
@ -9,7 +9,9 @@ To use as a component of ESP-IDF
|
||||
mkdir -p components && \
|
||||
cd components && \
|
||||
git clone https://github.com/espressif/arduino-esp32.git arduino && \
|
||||
cd .. && \
|
||||
cd arduino && \
|
||||
git submodule update --init --recursive && \
|
||||
cd ../.. && \
|
||||
make menuconfig
|
||||
```
|
||||
- ```make menuconfig``` has some Arduino options
|
||||
|
Reference in New Issue
Block a user