File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ dependencies:
4
4
5
5
mdns : " ^1.1.0"
6
6
chmorgan/esp-libhelix-mp3 : " 1.0.3"
7
- esp-sr : " ^1.3.1"
8
7
esp-dsp : " ^1.3.4"
9
8
9
+ # esp-sr: "^1.3.1"
10
10
# esp32-camera: "^2.0.4"
11
11
# esp-dl:
12
12
# git: https://github.com/espressif/esp-dl.git
Original file line number Diff line number Diff line change @@ -149,18 +149,18 @@ else
149
149
fi
150
150
if [ $? -ne 0 ]; then exit 1; fi
151
151
152
- # #
153
- # # CLONE/UPDATE ESP-SR
154
- # #
155
- # SR_REPO_URL="https://github.com/espressif/esp-sr.git"
156
- # echo "Updating ESP-SR..."
157
- # if [ ! -d "$AR_COMPS/esp-sr" ]; then
158
- # git clone $SR_REPO_URL "$AR_COMPS/esp-sr"
159
- # else
160
- # git -C "$AR_COMPS/esp-sr" fetch && \
161
- # git -C "$AR_COMPS/esp-sr" pull --ff-only
162
- # fi
163
- # if [ $? -ne 0 ]; then exit 1; fi
152
+ #
153
+ # CLONE/UPDATE ESP-SR
154
+ #
155
+ SR_REPO_URL=" https://github.com/espressif/esp-sr.git"
156
+ echo " Updating ESP-SR..."
157
+ if [ ! -d " $AR_COMPS /esp-sr" ]; then
158
+ git clone $SR_REPO_URL " $AR_COMPS /esp-sr"
159
+ else
160
+ git -C " $AR_COMPS /esp-sr" fetch && \
161
+ git -C " $AR_COMPS /esp-sr" pull --ff-only
162
+ fi
163
+ if [ $? -ne 0 ]; then exit 1; fi
164
164
165
165
# #
166
166
# # CLONE/UPDATE ESP-DSP
You can’t perform that action at this time.
0 commit comments