Skip to content

Commit f45eb3b

Browse files
authored
Update config.sh
1 parent c923cad commit f45eb3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -z $IDF_PATH ]; then
66
fi
77

88
if [ -z $IDF_BRANCH ]; then
9-
export IDF_BRANCH="release/v5.3"
9+
export IDF_BRANCH="release/v5.3b"
1010
fi
1111

1212
# Arduino branch to use
@@ -27,6 +27,7 @@ fi
2727

2828
# Owner of the target ESP32 Arduino repository
2929
AR_USER="tasmota"
30+
IDF_USER="staars"
3031

3132
# IDF commit to use
3233
IDF_COMMIT="b7d6d7459e8a2e9a855c0427339ec340ec77da9d"
@@ -36,7 +37,7 @@ IDF_COMMIT="b7d6d7459e8a2e9a855c0427339ec340ec77da9d"
3637

3738
# The full name of the repository
3839
AR_REPO="$AR_USER/arduino-esp32"
39-
IDF_REPO="$AR_USER/esp-idf"
40+
IDF_REPO="$IDF_USER/esp-idf"
4041
AR_LIBS_REPO="$AR_USER/esp32-arduino-libs"
4142

4243
AR_REPO_URL="https://github.com/$AR_REPO.git"

0 commit comments

Comments
 (0)