File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source ./tools/config.sh
4
4
5
- DL_REPO_URL=" https://github.com/espressif/esp-dl.git"
6
- SR_REPO_URL=" https://github.com/espressif/esp-sr.git"
7
-
8
5
#
9
6
# CLONE/UPDATE ARDUINO
10
7
#
11
8
9
+ echo " Updating ESP32 Arduino..."
12
10
if [ ! -d " $AR_COMPS /arduino" ]; then
13
11
git clone $AR_REPO_URL " $AR_COMPS /arduino"
14
12
fi
@@ -46,27 +44,3 @@ if [ "$AR_BRANCH" ]; then
46
44
git -C " $AR_COMPS /arduino" pull --ff-only
47
45
fi
48
46
if [ $? -ne 0 ]; then exit 1; fi
49
-
50
- #
51
- # CLONE/UPDATE ESP-DL
52
- #
53
-
54
- # if [ ! -d "$AR_COMPS/esp-dl" ]; then
55
- # git clone $DL_REPO_URL "$AR_COMPS/esp-dl"
56
- # else
57
- # git -C "$AR_COMPS/esp-dl" fetch && \
58
- # git -C "$AR_COMPS/esp-dl" pull --ff-only
59
- # fi
60
- # if [ $? -ne 0 ]; then exit 1; fi
61
-
62
- #
63
- # CLONE/UPDATE ESP-SR
64
- #
65
-
66
- # if [ ! -d "$AR_COMPS/esp-sr" ]; then
67
- # git clone $SR_REPO_URL "$AR_COMPS/esp-sr"
68
- # else
69
- # git -C "$AR_COMPS/esp-sr" fetch && \
70
- # git -C "$AR_COMPS/esp-sr" pull --ff-only
71
- # fi
72
- # if [ $? -ne 0 ]; then exit 1; fi
You can’t perform that action at this time.
0 commit comments