Skip to content

Commit af683ec

Browse files
committed
Enable ESP-DL for ESP32, ESP32-S2 and ESP32-S3
1 parent ab85b93 commit af683ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
git: https://github.com/espressif/esp-dl.git
1414
require: public
1515
rules:
16-
- if: "target in [esp32s3]"
16+
- if: "target in [esp32s3, esp32s2, esp32]"
1717
espressif/esp-sr:
1818
version: ">=1.4.2"
1919
rules:

0 commit comments

Comments
 (0)