File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ components/esp-sr/
66components /esp32-camera /
77components /esp_littlefs /
88components /esp-rainmaker /
9- components /esp -dsp /
9+ components /espressif__esp -dsp /
1010components /esp-insights /
1111components /arduino_tinyusb /tinyusb /
1212esp-idf /
Original file line number Diff line number Diff line change @@ -143,11 +143,11 @@ if [ $? -ne 0 ]; then exit 1; fi
143143# CLONE/UPDATE ESP-DSP
144144#
145145echo " 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"
148148else
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
151151fi
152152if [ $? -ne 0 ]; then exit 1; fi
153153
You can’t perform that action at this time.
0 commit comments