We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c55eec commit 2b79067Copy full SHA for 2b79067
tools/post-install.sh
@@ -5,8 +5,7 @@ if [ -d "out" ]; then
5
cd out
6
echo "POST INSTALL"
7
AR_BRANCH_SUFFIX = "idf-$IDF_BRANCH"
8
- AR_BRANCH_SUFFIX=${AR_BRANCH_SUFFIX%"$-solo1"}
9
- git clone "https://github.com/tasmota/arduino-esp32 -b $AR_BRANCH_SUFFIX"
+ git clone "https://github.com/espressif/arduino-esp32 -b master"
10
rm -rf arduino-esp32/tools/sdk
11
cp -Rf tools/sdk arduino-esp32/tools/sdk
12
tar --exclude=".*" -zcvf arduino-esp32.tar.gz arduino-esp32/
0 commit comments