Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed847d9

Browse files
authoredApr 17, 2023
IDF_BRANCH="release/v4.4"
1 parent 44d4475 commit ed847d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ IDF_REPO_URL="https://github.com/tasmota/esp-idf.git"
1010

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

1616
if [ -z $AR_PR_TARGET_BRANCH ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.