Skip to content

Commit 1907f58

Browse files
authored
fix(matter): missing option idf.py
1 parent 68e85af commit 1907f58

File tree

1 file changed

+3
-3
lines changed
  • idf_component_examples/esp_matter_light

1 file changed

+3
-3
lines changed

idf_component_examples/esp_matter_light/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Use ESP-IDF 5.1.4 from https://github.com/espressif/esp-idf/tree/release/v5.1
5959
This example has been tested with Arduino Core 3.0.4
6060

6161
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`
6363

6464
Example 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
```
6868
Example for ESP32-C3/Windows:
6969
```
@@ -95,7 +95,7 @@ In order to build the application that will use Thread Networking instead of Wi-
9595

9696
Example 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
```
100100
Example for ESP32-C6/Windows:
101101
```

0 commit comments

Comments
 (0)