File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,7 @@ mkdir -p dist && rm -rf "$archive_path" "$build_archive_path"
22
22
if [ -d " out" ]; then
23
23
cd out
24
24
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
30
25
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 ..
35
26
rm -rf arduino-esp32/tools/sdk
36
27
rm -rf arduino-esp32/docs
37
28
cp -Rf tools/sdk arduino-esp32/tools/sdk
You can’t perform that action at this time.
0 commit comments