Skip to content

Commit 8bc7ec5

Browse files
committed
Rename old DL component and revert the name of the new
1 parent e3d2928 commit 8bc7ec5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main/idf_component.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ dependencies:
1515
- if: "target not in [esp32c2]"
1616
- if: "$COMPONENTS_SUBSET in [full, all]"
1717
# ESP-DL for ESP32, ESP32S2 and ESP32-S3
18-
espressif/esp-dl:
19-
version: "master"
18+
espressif/esp-dl-old:
2019
version: "af7808ba09448ce82c704455975d4cf1e4305fd7"
2120
git: https://github.com/espressif/esp-dl.git
2221
require: public
2322
rules:
2423
- if: "target in [esp32s3, esp32s2, esp32]"
2524
- if: "$COMPONENTS_SUBSET in [full, all]"
2625
# ESP-DL for ESP32-P4
27-
espressif/esp-dl2:
26+
espressif/esp-dl:
2827
version: "master"
2928
git: https://github.com/espressif/esp-dl.git
3029
path: esp-dl

0 commit comments

Comments
 (0)