We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b392e8a commit f30ad99Copy full SHA for f30ad99
idf_component_examples/esp_matter_light/main/idf_component.yml
@@ -3,6 +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
9
+
10
+ # testing - using Arduino from the repository
11
version: "master" # branch or commit
12
git: https://github.com/espressif/arduino-esp32.git
13
0 commit comments