We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84df1f1 commit ba85163Copy full SHA for ba85163
tools/archive-build.sh
@@ -29,9 +29,9 @@ if [ -d "out" ]; then
29
#git clone https://github.com/espressif/arduino-esp32 -b $AR_BRANCH_SUFFIX
30
git clone https://github.com/espressif/arduino-esp32 -b master
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 ..
+ #cd arduino-esp32
+ #git reset --hard 419ba324
+ #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