You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplified bounded device print as the structure is common for any EP type
Allowed setting custom app version for EP, default is 0
Small fixes and code updates
Copy file name to clipboardExpand all lines: libraries/Zigbee/examples/Zigbee_On_Off_Switch/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ Currently, this example supports the following targets.
17
17
18
18
### Configure the Project
19
19
20
-
Set the Button Switch GPIO by changing the `GPIO_INPUT_IO_TOGGLE_SWITCH` definition. By default, the LED_PIN is `GPIO_NUM_9`.
20
+
Set the Button Switch GPIO by changing the `GPIO_INPUT_IO_TOGGLE_SWITCH` definition. By default, it's the pin `9` (BOOT button on ESP32-C6 and ESP32-H2).
21
21
22
22
#### Using Arduino IDE
23
23
24
24
To get more information about the Espressif boards see [Espressif Development Kits](https://www.espressif.com/en/products/devkits).
25
25
26
26
* Before Compile/Verify, select the correct board: `Tools -> Board`.
_cluster_list = esp_zb_on_off_light_clusters_create(&light_cfg); // use esp_zb_zcl_cluster_list_create() instead of esp_zb_on_off_light_clusters_create()
0 commit comments