Skip to content

Commit c3ce345

Browse files
committed
revert ESP_SR from component manager
1 parent 470ee2e commit c3ce345

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44

55
mdns: "^1.1.0"
66
chmorgan/esp-libhelix-mp3: "1.0.3"
7-
esp-sr: "^1.3.1"
87
esp-dsp: "^1.3.4"
98

9+
# esp-sr: "^1.3.1"
1010
# esp32-camera: "^2.0.4"
1111
# esp-dl:
1212
# git: https://github.com/espressif/esp-dl.git

tools/update-components.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -149,18 +149,18 @@ else
149149
fi
150150
if [ $? -ne 0 ]; then exit 1; fi
151151

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
164164

165165
# #
166166
# # CLONE/UPDATE ESP-DSP

0 commit comments

Comments
 (0)