We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c641e57 commit b05c41bCopy full SHA for b05c41b
tools/archive-build.sh
@@ -29,7 +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 6e7cc521. Changes after did broke stuff. https://github.com/espressif/arduino-esp32/issues/4920
32
+ cd arduino-esp32
33
git reset --hard 6e7cc521
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