Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a03a044

Browse files
committedFeb 25, 2025··
fix(zigbee): Use LED_BUILTIN for range extender
1 parent ad352a0 commit a03a044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/Zigbee/examples/Zigbee_Range_Extender/Zigbee_Range_Extender.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* Zigbee light bulb configuration */
3535
#define USE_CUSTOM_ZIGBEE_CONFIG 1
3636
#define ZIGBEE_EXTENDER_ENDPOINT 1
37-
uint8_t led = RGB_BUILTIN;
37+
uint8_t led = LED_BUILTIN;
3838
uint8_t button = BOOT_PIN;
3939

4040
ZigbeeRangeExtender zbExtender = ZigbeeRangeExtender(ZIGBEE_EXTENDER_ENDPOINT);

0 commit comments

Comments
 (0)
Please sign in to comment.