Skip to content

Commit 69d504b

Browse files
committed
Disable Matter on C5 for now
1 parent d3946f9 commit 69d504b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ dependencies:
2020
version: "^1.4.0"
2121
require: public
2222
rules:
23-
- if: "target not in [esp32c2, esp32h2, esp32p4]"
23+
- if: "target not in [esp32c2, esp32h2, esp32p4, esp32c5]"

0 commit comments

Comments
 (0)