Skip to content

Commit 8cb31d3

Browse files
authored
Update IDF_BRANCH to 'release/v5.5_gcc152'
1 parent 97c5f98 commit 8cb31d3

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
@@ -6,7 +6,7 @@ if [ -z $IDF_PATH ]; then
66
fi
77

88
if [ -z $IDF_BRANCH ]; then
9-
export IDF_BRANCH="release/v5.5"
9+
export IDF_BRANCH="release/v5.5_gcc152"
1010
fi
1111

1212
# Arduino branch to use

0 commit comments

Comments
 (0)