Skip to content

Commit 3a8d4c5

Browse files
committed
fix(example): Use Serial in printBoundDevices()
1 parent 07a3e62 commit 3a8d4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ void loop() {
142142
static uint32_t last_print = 0;
143143
if (millis() - last_print > 30000) {
144144
last_print = millis();
145-
zbSwitch.printBoundDevices();
145+
zbSwitch.printBoundDevices(Serial);
146146
}
147147
}

0 commit comments

Comments
 (0)