Skip to content

Commit 0171437

Browse files
restyled-commitsDejinChen
authored andcommitted
Restyled by prettier-markdown
1 parent 45ffefc commit 0171437

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

examples/all-clusters-app/esp32/README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,19 @@ interface.
4848

4949
For ESP32-C6 DevKits, if `CHIP_DEVICE_CONFIG_ENABLE_WIFI` and
5050
`CHIP_DEVICE_CONFIG_ENABLE_THREAD` are both enabled, please set
51-
`CONFIG_THREAD_NETWORK_ENDPOINT_ID` to 0 and set `CONFIG_WIFI_NETWORK_ENDPOINT_ID`
52-
to 65534, which presents that the NetworkCommissioning cluster in Endpoint 0 will
53-
be used for Thread network driver and the same cluster on Endpoint 65534 will be
54-
used for Wi-Fi network driver. Or vice versa.
51+
`CONFIG_THREAD_NETWORK_ENDPOINT_ID` to 0 and set
52+
`CONFIG_WIFI_NETWORK_ENDPOINT_ID` to 65534, which presents that the
53+
NetworkCommissioning cluster in Endpoint 0 will be used for Thread network
54+
driver and the same cluster on Endpoint 65534 will be used for Wi-Fi network
55+
driver. Or vice versa.
5556

5657
For ESP32-Ethernet-Kits, if `CHIP_DEVICE_CONFIG_ENABLE_WIFI` and
5758
`CHIP_DEVICE_CONFIG_ENABLE_ETHERNET` are both enabled, please set
58-
`CONFIG_ETHERNET_NETWORK_ENDPOINT_ID` to 0 and set `CONFIG_WIFI_NETWORK_ENDPOINT_ID`
59-
to 65534, which presents that the NetworkCommissioning cluster in Endpoint 0 will be
60-
used for Ethernet network driver and the same cluster on Endpoint 65534 will be used
61-
for Wi-Fi network driver. Or vice versa.
59+
`CONFIG_ETHERNET_NETWORK_ENDPOINT_ID` to 0 and set
60+
`CONFIG_WIFI_NETWORK_ENDPOINT_ID` to 65534, which presents that the
61+
NetworkCommissioning cluster in Endpoint 0 will be used for Ethernet network
62+
driver and the same cluster on Endpoint 65534 will be used for Wi-Fi network
63+
driver. Or vice versa.
6264

6365
---
6466

0 commit comments

Comments
 (0)