Skip to content

Commit 705ec23

Browse files
authored
branch Arduino release_203 and IDF v4.4.1
1 parent 5f20829 commit 705ec23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tools/config.sh

+2-2
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-
IDF_BRANCH="v4.4_dev"
9+
IDF_BRANCH="v4.4.1"
1010
fi
1111

1212
if [ -z $AR_PR_TARGET_BRANCH ]; then
@@ -34,7 +34,7 @@ AR_USER="tasmota"
3434
AR_REPO="$AR_USER/arduino-esp32"
3535

3636
# Arduino branch to use
37-
AR_BRANCH="work"
37+
AR_BRANCH="release_203"
3838

3939
AR_REPO_URL="https://github.com/$AR_REPO.git"
4040
if [ -n $GITHUB_TOKEN ]; then

0 commit comments

Comments
 (0)