Skip to content

Commit 8e6cbfe

Browse files
committed
fix(zigbee): Update comment
1 parent 21409b4 commit 8e6cbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Zigbee/src/ZigbeeCore.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ void esp_zb_app_signal_handler(esp_zb_app_signal_t *signal_struct) {
329329
}
330330
}
331331
break;
332-
case ESP_ZB_ZDO_SIGNAL_LEAVE: // End Device
332+
case ESP_ZB_ZDO_SIGNAL_LEAVE: // End Device + Router
333333
// Device was removed from the network, factory reset the device
334334
if ((zigbee_role_t)Zigbee.getRole() != ZIGBEE_COORDINATOR) {
335335
Zigbee.factoryReset();

0 commit comments

Comments
 (0)