We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ff549 commit f8433b3Copy full SHA for f8433b3
tools/update-components.sh
@@ -5,7 +5,7 @@ source ./tools/config.sh
5
#
6
# CLONE/UPDATE ARDUINO
7
8
-ARDUINO_BRANCH="master"
+ARDUINO_BRANCH="idf-release/v3.3"
9
ARDUINO_HAS_BRANCH=`git_branch_exists "$AR_COMPS/arduino" "idf-$IDF_BRANCH"`
10
if [ "$ARDUINO_HAS_BRANCH" == "1" ]; then
11
ARDUINO_BRANCH="idf-$IDF_BRANCH"
0 commit comments