Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update libraries/Zigbee/src/ZigbeeCore.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
P-R-O-C-H-Y and Copilot authored May 21, 2025
commit af9b6423997a6e8760cfda61345cccd8ad6b340c
4 changes: 2 additions & 2 deletions libraries/Zigbee/src/ZigbeeCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ void esp_zb_app_signal_handler(esp_zb_app_signal_t *signal_struct) {
log_i("Leave without rejoin, factory reset the device");
Zigbee.factoryReset(true);
}
else { // Leave with rejoin -> Rejoin the network, only rebooot the device
log_i("Leave with rejoin, only rebooot the device");
else { // Leave with rejoin -> Rejoin the network, only reboot the device
log_i("Leave with rejoin, only reboot the device");
ESP.restart();
}
}
Expand Down
Loading