Skip to content

Commit ce2fb94

Browse files
authored
Update config.sh
1 parent 20790f0 commit ce2fb94

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-
IDF_BRANCH="IDF_Arduino"
9+
IDF_BRANCH="Tasmota/v4.4"
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="pr7284"
37+
AR_BRANCH="master"
3838

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

0 commit comments

Comments
 (0)