We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe50297 commit 2c18489Copy full SHA for 2c18489
idf_component_examples/esp_matter_light/main/idf_component.yml
@@ -3,11 +3,11 @@ dependencies:
3
version: "^1.3.0"
4
# Adds Arduino Core from GitHub repository using main branch
5
espressif/arduino-esp32:
6
- # version: "^3.0.5"
7
- # override_path: "../../../"
8
- # pre_release: true
+ version: "^3.0.5"
+ override_path: "../../../"
+ pre_release: true
9
10
# testing - using Arduino from the repository
11
- version: "master" # branch or commit
12
- git: https://github.com/espressif/arduino-esp32.git
+ # version: "master" # branch or commit
+ # git: https://github.com/espressif/arduino-esp32.git
13
0 commit comments