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 535cb59 commit dfa865dCopy full SHA for dfa865d
tools/update-components.sh
@@ -7,10 +7,10 @@ source ./tools/config.sh
7
#
8
9
if [ ! -d "$AR_COMPS/arduino" ]; then
10
- git clone -b 1.0.4 $AR_REPO_URL "$AR_COMPS/arduino"
+ git clone -b latest-3.3 $AR_REPO_URL "$AR_COMPS/arduino"
11
else
12
git -C "$AR_COMPS/arduino" fetch origin && \
13
- git -C "$AR_COMPS/arduino" pull origin 1.0.4
+ git -C "$AR_COMPS/arduino" pull origin latest-3.3
14
fi
15
if [ $? -ne 0 ]; then exit 1; fi
16
git -C "$AR_COMPS/arduino" submodule update --init --recursive
0 commit comments