@@ -48,17 +48,19 @@ interface.
48
48
49
49
For ESP32-C6 DevKits, if ` CHIP_DEVICE_CONFIG_ENABLE_WIFI ` and
50
50
` 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.
55
56
56
57
For ESP32-Ethernet-Kits, if ` CHIP_DEVICE_CONFIG_ENABLE_WIFI ` and
57
58
` 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.
62
64
63
65
---
64
66
0 commit comments