File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ To use as a component of ESP-IDF
3
3
4
4
## Installation
5
5
6
- - Download and install [ esp-idf v4.2 release] ( https://github.com/espressif/esp- idf )
6
+ - Download and install [ esp-idf v4.2 release] ( https://github.com/espressif/arduino-esp32/tree/ idf-release/v4.2 )
7
7
- Create blank idf project (from one of the examples)
8
8
- in the project folder, create a folder called components and clone this repository inside
9
9
@@ -16,6 +16,13 @@ To use as a component of ESP-IDF
16
16
cd ../.. && \
17
17
make menuconfig
18
18
```
19
+
20
+ ** If the project is already in a git repo, use these instead:**
21
+
22
+ ``` bash
23
+ mkdir -p components && \
24
+ git submodule add https://github.com/summivox/arduino-esp32 arduino --branch mod-idf-v4.2 --recursive
25
+ ```
19
26
20
27
- ``` make menuconfig ``` has some Arduino options
21
28
- ** important: you MUST enable these to build**
You can’t perform that action at this time.
0 commit comments