Skip to content

Commit 6685e7b

Browse files
authored
feat(esp_matter): updates esp_matter component to 1.4.1
Fixes many warning messages when compiling sketches that use Arduino Matter Library. Fixes the `asset()` issue with `-DNDEBUG`
1 parent 33f0b46 commit 6685e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
rules:
1818
- if: "target in [esp32s3]"
1919
espressif/esp_matter:
20-
version: "^1.4.0"
20+
version: "^1.4.1"
2121
require: public
2222
rules:
2323
- if: "target not in [esp32c2, esp32h2, esp32p4]"

0 commit comments

Comments
 (0)