Skip to content

Commit a5b5bcf

Browse files
P-R-O-C-H-YCopilot
andauthored
Update libraries/Zigbee/src/ZigbeeCore.cpp
Co-authored-by: Copilot <[email protected]>
1 parent f2a03ae commit a5b5bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Zigbee/src/ZigbeeCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ void esp_zb_app_signal_handler(esp_zb_app_signal_t *signal_struct) {
372372
}
373373
break;
374374
case ESP_ZB_ZDO_SIGNAL_LEAVE: // End Device + Router
375-
// Recieved signal to leave the network
375+
// Received signal to leave the network
376376
if ((zigbee_role_t)Zigbee.getRole() != ZIGBEE_COORDINATOR) {
377377
leave_params = (esp_zb_zdo_signal_leave_params_t *)esp_zb_app_signal_get_params(p_sg_p);
378378
log_v("Signal to leave the network, leave type: %d", leave_params->leave_type);

0 commit comments

Comments
 (0)