Skip to content

Commit 63aa625

Browse files
committed
Esp32: fix CI esp32c3 esp-idf 6
Signed-off-by: Peter M <petermm@gmail.com>
1 parent d6a4851 commit 63aa625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platforms/esp32/test/main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ dependencies:
33
version: "~1.0.0"
44
rules:
55
- if: "idf_version >=6.0"
6-
- if: target in ["esp32", "esp32p4"]
6+
- if: target in ["esp32", "esp32c3", "esp32p4"]
77
- if: "$CONFIG{ETH_USE_OPENETH} == True"

0 commit comments

Comments
 (0)