We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05c41b commit d5bae10Copy full SHA for d5bae10
tools/archive-build.sh
@@ -28,9 +28,9 @@ if [ -d "out" ]; then
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
31
- # use specific commit 6e7cc521. Changes after did broke stuff. https://github.com/espressif/arduino-esp32/issues/4920
+ # 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 6e7cc521
+ git reset --hard 419ba324
34
cd ..
35
rm -rf arduino-esp32/tools/sdk
36
rm -rf arduino-esp32/docs
0 commit comments