Skip to content

Commit 0219dc3

Browse files
Update README with Bluepad32 instructions
1 parent 81b114a commit 0219dc3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,19 @@ sudo pip install --upgrade pip
1111
git clone https://github.com/espressif/esp32-arduino-lib-builder
1212
cd esp32-arduino-lib-builder
1313
./build.sh
14+
15+
### Build for Bluepad32
16+
17+
Copy Bluepad32 componetns.
18+
19+
```
20+
cp -r ~/esp-idf-arduino-bluepad32-template/components/* .
21+
```
22+
23+
Build it
24+
25+
```
26+
./build.sh -t esp32 -c ~/.arduino15/packages/esp32-bluepad32 -s
1427
```
28+
29+

0 commit comments

Comments
 (0)