We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b5bcf commit af9b642Copy full SHA for af9b642
libraries/Zigbee/src/ZigbeeCore.cpp
@@ -380,8 +380,8 @@ void esp_zb_app_signal_handler(esp_zb_app_signal_t *signal_struct) {
380
log_i("Leave without rejoin, factory reset the device");
381
Zigbee.factoryReset(true);
382
}
383
- else { // Leave with rejoin -> Rejoin the network, only rebooot the device
384
- 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");
385
ESP.restart();
386
387
0 commit comments