Skip to content

Commit af9b642

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Zigbee/src/ZigbeeCore.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ void esp_zb_app_signal_handler(esp_zb_app_signal_t *signal_struct) {
380380
log_i("Leave without rejoin, factory reset the device");
381381
Zigbee.factoryReset(true);
382382
}
383-
else { // Leave with rejoin -> Rejoin the network, only rebooot the device
384-
log_i("Leave with rejoin, only rebooot the device");
383+
else { // Leave with rejoin -> Rejoin the network, only reboot the device
384+
log_i("Leave with rejoin, only reboot the device");
385385
ESP.restart();
386386
}
387387
}

0 commit comments

Comments
 (0)