File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
idf_component_examples/esp_matter_light Expand file tree Collapse file tree 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
5959This example has been tested with Arduino Core 3.0.4
6060
6161The 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 `
6363
6464Example for ESP32-S3/Linux | macOS:
6565```
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
6767```
6868Example for ESP32-C3/Windows:
6969```
@@ -95,7 +95,7 @@ In order to build the application that will use Thread Networking instead of Wi-
9595
9696Example for ESP32-C6/Linux | macOS:
9797```
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
9999```
100100Example for ESP32-C6/Windows:
101101```
You can’t perform that action at this time.
0 commit comments