We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4b06c commit b5f7c61Copy full SHA for b5f7c61
tools/archive-build.sh
@@ -26,7 +26,8 @@ if [ -d "out" ]; then
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
+ #git clone https://github.com/espressif/arduino-esp32 -b $AR_BRANCH_SUFFIX
30
+ git clone https://github.com/espressif/arduino-esp32 -b master
31
rm -rf arduino-esp32/tools/sdk
32
rm -rf arduino-esp32/docs
33
cp -Rf tools/sdk arduino-esp32/tools/sdk
0 commit comments