Skip to content

Commit 9e1ff28

Browse files
authored
fix(matter): enforces ESP Matter 1.3
1 parent d074e57 commit 9e1ff28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idf_component_examples/esp_matter_light/main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
espressif/esp_matter:
3-
version: ">=1.3.0"
3+
version: "^1.3.0"
44
require: public
55
# Adds Arduino Core from GitHub repository using main branch
66
espressif/arduino-esp32:

0 commit comments

Comments
 (0)