We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8433b3 commit 04f66c9Copy full SHA for 04f66c9
tools/archive-build.sh
@@ -22,16 +22,7 @@ mkdir -p dist && rm -rf "$archive_path" "$build_archive_path"
22
if [ -d "out" ]; then
23
cd out
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
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
rm -rf arduino-esp32/tools/sdk
36
rm -rf arduino-esp32/docs
37
cp -Rf tools/sdk arduino-esp32/tools/sdk
0 commit comments