Skip to content

Commit c144e3e

Browse files
authored
Update install-esp-idf.sh
1 parent 81093fd commit c144e3e

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/espressif/esp-idf.git"
1515
#if [ -z "$IDF_PATH" ]; then
1616
echo "ESP-IDF is not installed! Installing local copy"
1717
idf_was_installed="1"

0 commit comments

Comments
 (0)