Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue committed Jun 23, 2023
1 parent 2f02e21 commit 937033b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/guides/esp32/build_app_and_commission.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ and the ESP32S3.

All the applications support variants of ESP32, ESP32C3, ESP32S3 chips.

ESP32H2 and ESP32C6 are only supported and tested with lighting-app and all-clusters-app.
ESP32H2 and ESP32C6 are only supported and tested with lighting-app and
all-clusters-app.

Note: M5Stack Core 2 display is not supported in the tft component, while other
functionality can still work fine.
Expand Down Expand Up @@ -97,14 +98,16 @@ functionality can still work fine.
To build the default configuration (`sdkconfig.defaults`) skip this step.
To build a specific configuration (example `m5stack` or `esp32h2` or `esp32c6`):
To build a specific configuration (example `m5stack` or `esp32h2` or
`esp32c6`):
```
$ rm sdkconfig
$ idf.py -D 'SDKCONFIG_DEFAULTS=sdkconfig_m5stack.defaults' build
$ idf.py -D 'SDKCONFIG_DEFAULTS=sdkconfig.defaults.esp32h2' build
$ idf.py -D 'SDKCONFIG_DEFAULTS=sdkconfig.defaults.esp32c6' build
```
Note: If using a specific device configuration, it is highly recommended to
start off with one of the defaults and customize on top of that. Certain
configurations have different constraints that are customized within the
Expand Down

0 comments on commit 937033b

Please sign in to comment.