Skip to content

Commit 89fe403

Browse files
authored
Branch release/v1.0
1 parent 17e75bb commit 89fe403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/update-components.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source ./tools/config.sh
55
#
66
# CLONE/UPDATE ARDUINO
77
#
8-
ARDUINO_BRANCH="idf-release/v3.3"
8+
ARDUINO_BRANCH="release/v1.0"
99
ARDUINO_HAS_BRANCH=`git_branch_exists "$AR_COMPS/arduino" "idf-$IDF_BRANCH"`
1010
if [ "$ARDUINO_HAS_BRANCH" == "1" ]; then
1111
ARDUINO_BRANCH="idf-$IDF_BRANCH"

0 commit comments

Comments
 (0)