We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4851e72 commit 90ff549Copy full SHA for 90ff549
tools/archive-build.sh
@@ -27,7 +27,7 @@ if [ -d "out" ]; then
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
30
- git clone https://github.com/espressif/arduino-esp32 -b master
+ git clone https://github.com/espressif/arduino-esp32 -b idf-release/v3.3
31
# 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
0 commit comments