File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,7 @@ mkdir -p dist && rm -rf "$archive_path" "$build_archive_path"
2222if [ -d " out" ]; then
2323 cd out
2424 echo " Creating framework-arduinoespressif32"
25- AR_BRANCH_SUFFIX=" idf-$IDF_BRANCH "
26- echo " $AR_BRANCH_SUFFIX "
27- # AR_BRANCH_SUFFIX=${AR_BRANCH_SUFFIX%"-solo1"}
28- # echo "$AR_BRANCH_SUFFIX"
29- # git clone https://github.com/espressif/arduino-esp32 -b $AR_BRANCH_SUFFIX
3025 git clone https://github.com/espressif/arduino-esp32 -b idf-release/v3.3
31- # use specific commit (=release 1.0.5). Changes after did broke stuff. https://github.com/espressif/arduino-esp32/issues/4920
32- # cd arduino-esp32
33- # git reset --hard 419ba324
34- # cd ..
3526 rm -rf arduino-esp32/tools/sdk
3627 rm -rf arduino-esp32/docs
3728 cp -Rf tools/sdk arduino-esp32/tools/sdk
You can’t perform that action at this time.
0 commit comments