Skip to content

Commit 51480d8

Browse files
authored
Update install-esp-idf.sh
1 parent 1493506 commit 51480d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# CLONE ESP-IDF
1212
#
1313

14-
IDF_REPO_URL="https://github.com/tasmota/esp-idf.git"
14+
IDF_REPO_URL="https://github.com/marchingband/esp-idf-wvr.git"
1515
if [ ! -d "$IDF_PATH" ]; then
1616
echo "ESP-IDF is not installed! Installing local copy"
1717
echo "git clone $IDF_REPO_URL -b $IDF_BRANCH"

0 commit comments

Comments
 (0)