We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efd65e commit e7623e2Copy full SHA for e7623e2
idf_component_examples/esp_matter_light/README.md
@@ -59,7 +59,7 @@ This example has been tested with Arduino Core 3.0.4
59
The project will download all necessary components, including the Arduino Core.
60
Run `idf.py SDKCONFIG_DEFAULTS="sdkconfig.defaults.<SOC>.idf" -p <PORT> flash monitor`
61
62
-Example for ESP32-S3/Linux|MacOS:
+Example for ESP32-S3/Linux | macOS:
63
`idf.py SDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32s3" -p /dev/ttyACM0 flash monitor`
64
Example for ESP32-C3/Windows:
65
`idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32c3" -p com3 flash monitor`
0 commit comments