We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d3a9e commit 8aa076bCopy full SHA for 8aa076b
tools/config.sh
@@ -6,7 +6,7 @@ if [ -z $IDF_PATH ]; then
6
fi
7
8
if [ -z $IDF_BRANCH ]; then
9
- export IDF_BRANCH="master"
+ export IDF_BRANCH="release/v5.5"
10
11
12
# Arduino branch to use
0 commit comments