Skip to content

Commit ab03ddc

Browse files
authored
Fix ESP-DL component build (espressif#226)
* Fix ESP-DL component build Changes in the upstream repository require some changes in the component config * For IDF 5.1 use older commit * Update idf_component.yml
1 parent 4ae464b commit ab03ddc

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
rules:
1414
- if: "target not in [esp32c2]"
1515
espressif/esp-dl:
16-
version: "master"
16+
version: "af7808ba09448ce82c704455975d4cf1e4305fd7"
1717
git: https://github.com/espressif/esp-dl.git
1818
require: public
1919
rules:

0 commit comments

Comments
 (0)