Skip to content

Commit ee6a288

Browse files
committed
fix(matter): Fix version requirement for matter example
1 parent 8d1893f commit ee6a288

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies:
33
version: "^1.3.0"
44
# Adds Arduino Core from GitHub repository using main branch
55
espressif/arduino-esp32:
6-
version: "^3.0.5"
6+
version: ">=3.0.5"
77
override_path: "../../../"
88
pre_release: true
99

0 commit comments

Comments
 (0)