File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -46,5 +46,12 @@ And repeat previous steps.
46
46
# ## Release
47
47
48
48
1. Copy ` bluepad32_files/boards.txt` and ` bluepad32_files/platform.txt` to ` ~/Arduino/hardware/retro.moe/esp32-bluepad32`
49
- 2. Upload .zip to https://github.com/ricardoquesada/esp32-arduino-lib-builder
50
- 3. Update ` bluepad32_files/package_esp32_bluepad32_index.json` accordingly
49
+ 2. Copy ` bluepad32_files/libraries/` to ` ~/Arduino/hardware/retro.moe/esp32-bluepad32/libraries/`
50
+ 3. Upload .zip to https://github.com/ricardoquesada/esp32-arduino-lib-builder
51
+ 4. Update ` bluepad32_files/package_esp32_bluepad32_index.json` accordingly
52
+
53
+
54
+ ` ` ` sh
55
+ cp bluepad32_files/boards.txt bluepad32_files/platform.txt ~ /Arduino/hardware/retro.moe/esp32-bluepad32
56
+ cp -r bluepad32_files/libraries/* ~ /Arduino/hardware/retro.moe/esp32-bluepad32/libraries/
57
+ ` ` `
You can’t perform that action at this time.
0 commit comments