Skip to content

Commit 2c18489

Browse files
authored
feat(matter): arduino component version
Set final Arduino Managed Component to 3.0.5 necessary because of -DESP32=ESP32, in order to compile the project.
1 parent fe50297 commit 2c18489

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

idf_component_examples/esp_matter_light/main/idf_component.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +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
6+
version: "^3.0.5"
7+
override_path: "../../../"
8+
pre_release: true
99

1010
# testing - using Arduino from the repository
11-
version: "master" # branch or commit
12-
git: https://github.com/espressif/arduino-esp32.git
11+
# version: "master" # branch or commit
12+
# git: https://github.com/espressif/arduino-esp32.git
1313

0 commit comments

Comments
 (0)