Skip to content

Commit 90ff549

Browse files
authored
Update archive-build.sh
1 parent 4851e72 commit 90ff549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ -d "out" ]; then
2727
#AR_BRANCH_SUFFIX=${AR_BRANCH_SUFFIX%"-solo1"}
2828
#echo "$AR_BRANCH_SUFFIX"
2929
#git clone https://github.com/espressif/arduino-esp32 -b $AR_BRANCH_SUFFIX
30-
git clone https://github.com/espressif/arduino-esp32 -b master
30+
git clone https://github.com/espressif/arduino-esp32 -b idf-release/v3.3
3131
# use specific commit (=release 1.0.5). Changes after did broke stuff. https://github.com/espressif/arduino-esp32/issues/4920
3232
#cd arduino-esp32
3333
#git reset --hard 419ba324

0 commit comments

Comments
 (0)