Skip to content

Commit 39091de

Browse files
authored
Update config.sh
1 parent efec112 commit 39091de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/config.sh

Lines changed: 2 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.3b"
9+
export IDF_BRANCH="staars"
1010
fi
1111

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

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

3232
# IDF commit to use
3333
#IDF_COMMIT="b7d6d7459e8a2e9a855c0427339ec340ec77da9d"

0 commit comments

Comments
 (0)