Skip to content

Commit 04f66c9

Browse files
authored
Update archive-build.sh
1 parent f8433b3 commit 04f66c9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tools/archive-build.sh

-9
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,7 @@ mkdir -p dist && rm -rf "$archive_path" "$build_archive_path"
2222
if [ -d "out" ]; then
2323
cd out
2424
echo "Creating framework-arduinoespressif32"
25-
AR_BRANCH_SUFFIX="idf-$IDF_BRANCH"
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
3025
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
34-
#cd ..
3526
rm -rf arduino-esp32/tools/sdk
3627
rm -rf arduino-esp32/docs
3728
cp -Rf tools/sdk arduino-esp32/tools/sdk

0 commit comments

Comments
 (0)