We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e75bb commit 89fe403Copy full SHA for 89fe403
tools/update-components.sh
@@ -5,7 +5,7 @@ source ./tools/config.sh
5
#
6
# CLONE/UPDATE ARDUINO
7
8
-ARDUINO_BRANCH="idf-release/v3.3"
+ARDUINO_BRANCH="release/v1.0"
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