File tree 1 file changed +3
-3
lines changed
idf_component_examples/esp_matter_light
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ Use ESP-IDF 5.1.4 from https://github.com/espressif/esp-idf/tree/release/v5.1
59
59
This example has been tested with Arduino Core 3.0.4
60
60
61
61
The project will download all necessary components, including the Arduino Core.
62
- Run ` idf.py SDKCONFIG_DEFAULTS="sdkconfig.defaults.<SOC>.idf" -p <PORT> flash monitor `
62
+ Run ` idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.<SOC>.idf" -p <PORT> flash monitor `
63
63
64
64
Example for ESP32-S3/Linux | macOS:
65
65
```
66
- idf.py SDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32s3" -p /dev/ttyACM0 flash monitor
66
+ idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32s3" -p /dev/ttyACM0 flash monitor
67
67
```
68
68
Example for ESP32-C3/Windows:
69
69
```
@@ -95,7 +95,7 @@ In order to build the application that will use Thread Networking instead of Wi-
95
95
96
96
Example for ESP32-C6/Linux | macOS:
97
97
```
98
- idf.py SDKCONFIG_DEFAULTS="sdkconfig.defaults.c6_thread" -p /dev/ttyACM0 flash monitor
98
+ idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.c6_thread" -p /dev/ttyACM0 flash monitor
99
99
```
100
100
Example for ESP32-C6/Windows:
101
101
```
You can’t perform that action at this time.
0 commit comments