Skip to content

Commit b5f7c61

Browse files
authored
Use master
1 parent 4f4b06c commit b5f7c61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/archive-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ if [ -d "out" ]; then
2626
echo "$AR_BRANCH_SUFFIX"
2727
#AR_BRANCH_SUFFIX=${AR_BRANCH_SUFFIX%"-solo1"}
2828
#echo "$AR_BRANCH_SUFFIX"
29-
git clone https://github.com/espressif/arduino-esp32 -b $AR_BRANCH_SUFFIX
29+
#git clone https://github.com/espressif/arduino-esp32 -b $AR_BRANCH_SUFFIX
30+
git clone https://github.com/espressif/arduino-esp32 -b master
3031
rm -rf arduino-esp32/tools/sdk
3132
rm -rf arduino-esp32/docs
3233
cp -Rf tools/sdk arduino-esp32/tools/sdk

0 commit comments

Comments
 (0)