Skip to content

Commit a03a044

Browse files
committed
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

Diff for: libraries/Zigbee/examples/Zigbee_Range_Extender/Zigbee_Range_Extender.ino

+1-1
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)