Skip to content

Commit 0ff0497

Browse files
authored
Update config.sh
1 parent 823d73a commit 0ff0497

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
@@ -5,12 +5,12 @@ AR_USER="tasmota"
55

66
# Arduino branch to use
77
if [ -z $AR_BRANCH ]; then
8-
AR_BRANCH="v4.4.6.231011"
8+
AR_BRANCH="release/v2.x"
99
fi
1010

1111
# The IDF branch to use
1212
if [ -z $IDF_BRANCH ]; then
13-
IDF_BRANCH="release/v4.4"
13+
IDF_BRANCH="v4.4.6.231011"
1414
fi
1515

1616
# Arduino commit to use

0 commit comments

Comments
 (0)