Skip to content

Commit f30ad99

Browse files
authored
feat(matter): arduino managed comonent version
Preparing the Arduino Managed Component to use Core version 3.0.5 or higher.
1 parent b392e8a commit f30ad99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

idf_component_examples/esp_matter_light/main/idf_component.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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"
7+
# override_path: "../../../"
8+
# pre_release: true
9+
10+
# testing - using Arduino from the repository
611
version: "master" # branch or commit
712
git: https://github.com/espressif/arduino-esp32.git
813

0 commit comments

Comments
 (0)