Skip to content

Commit cab451a

Browse files
committed
Use extra DL models only on S3 and P4
1 parent 705ef60 commit cab451a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/idf_component.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- if: "target not in [esp32c2]"
1616
- if: "$COMPONENTS_SUBSET in [full, all]"
1717
espressif/esp-dl:
18-
version: "af7808ba09448ce82c704455975d4cf1e4305fd7"
18+
version: "master"
1919
git: https://github.com/espressif/esp-dl.git
2020
path: esp-dl
2121
require: public
@@ -28,15 +28,15 @@ dependencies:
2828
path: models/human_face_detect
2929
require: public
3030
rules:
31-
- if: "target in [esp32s3, esp32, esp32p4]"
31+
- if: "target in [esp32s3, esp32p4]"
3232
- if: "$COMPONENTS_SUBSET in [full, all]"
3333
espressif/pedestrian_detect:
3434
version: "master"
3535
git: https://github.com/espressif/esp-dl.git
3636
path: models/pedestrian_detect
3737
require: public
3838
rules:
39-
- if: "target in [esp32s3, esp32, esp32p4]"
39+
- if: "target in [esp32s3, esp32p4]"
4040
- if: "$COMPONENTS_SUBSET in [full, all]"
4141
espressif/esp-sr:
4242
version: ">=1.4.2"

0 commit comments

Comments
 (0)