Skip to content

Commit d5bae10

Browse files
authored
Update archive-build.sh
1 parent b05c41b commit d5bae10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/archive-build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ if [ -d "out" ]; then
2828
#echo "$AR_BRANCH_SUFFIX"
2929
#git clone https://github.com/espressif/arduino-esp32 -b $AR_BRANCH_SUFFIX
3030
git clone https://github.com/espressif/arduino-esp32 -b master
31-
# use specific commit 6e7cc521. Changes after did broke stuff. https://github.com/espressif/arduino-esp32/issues/4920
31+
# use specific commit (=release 1.0.5). Changes after did broke stuff. https://github.com/espressif/arduino-esp32/issues/4920
3232
cd arduino-esp32
33-
git reset --hard 6e7cc521
33+
git reset --hard 419ba324
3434
cd ..
3535
rm -rf arduino-esp32/tools/sdk
3636
rm -rf arduino-esp32/docs

0 commit comments

Comments
 (0)