Skip to content

Commit 2b79067

Browse files
authored
Update post-install.sh
1 parent 7c55eec commit 2b79067

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/post-install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ if [ -d "out" ]; then
55
cd out
66
echo "POST INSTALL"
77
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"
8+
git clone "https://github.com/espressif/arduino-esp32 -b master"
109
rm -rf arduino-esp32/tools/sdk
1110
cp -Rf tools/sdk arduino-esp32/tools/sdk
1211
tar --exclude=".*" -zcvf arduino-esp32.tar.gz arduino-esp32/

0 commit comments

Comments
 (0)