Skip to content

Commit ba85163

Browse files
authored
Update archive-build.sh
1 parent 84df1f1 commit ba85163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/archive-build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ if [ -d "out" ]; then
2929
#git clone https://github.com/espressif/arduino-esp32 -b $AR_BRANCH_SUFFIX
3030
git clone https://github.com/espressif/arduino-esp32 -b master
3131
# 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 ..
32+
#cd arduino-esp32
33+
#git reset --hard 419ba324
34+
#cd ..
3535
rm -rf arduino-esp32/tools/sdk
3636
rm -rf arduino-esp32/docs
3737
cp -Rf tools/sdk arduino-esp32/tools/sdk

0 commit comments

Comments
 (0)