File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ components/esp-sr/
6
6
components /esp32-camera /
7
7
components /esp_littlefs /
8
8
components /esp-rainmaker /
9
- components /esp -dsp /
9
+ components /espressif__esp -dsp /
10
10
components /esp-insights /
11
11
components /arduino_tinyusb /tinyusb /
12
12
esp-idf /
Original file line number Diff line number Diff line change @@ -143,11 +143,11 @@ if [ $? -ne 0 ]; then exit 1; fi
143
143
# CLONE/UPDATE ESP-DSP
144
144
#
145
145
echo " Updating ESP-DSP..."
146
- if [ ! -d " $AR_COMPS /esp -dsp" ]; then
147
- git clone $DSP_REPO_URL " $AR_COMPS /esp -dsp"
146
+ if [ ! -d " $AR_COMPS /espressif__esp -dsp" ]; then
147
+ git clone $DSP_REPO_URL " $AR_COMPS /espressif__esp -dsp"
148
148
else
149
- git -C " $AR_COMPS /esp -dsp" fetch && \
150
- git -C " $AR_COMPS /esp -dsp" pull --ff-only
149
+ git -C " $AR_COMPS /espressif__esp -dsp" fetch && \
150
+ git -C " $AR_COMPS /espressif__esp -dsp" pull --ff-only
151
151
fi
152
152
if [ $? -ne 0 ]; then exit 1; fi
153
153
You can’t perform that action at this time.
0 commit comments