Skip to content

Commit

Permalink
Don't reboot after removing node from DB (#3065)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Jan 7, 2024
1 parent be46f9e commit 59253d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/AdminModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ bool AdminModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp, meshta
case meshtastic_AdminMessage_remove_by_nodenum_tag: {
LOG_INFO("Client is receiving a remove_nodenum command.\n");
nodeDB.removeNodeByNum(r->remove_by_nodenum);
reboot(DEFAULT_REBOOT_SECONDS);
break;
}
case meshtastic_AdminMessage_enter_dfu_mode_request_tag: {
Expand Down

0 comments on commit 59253d9

Please sign in to comment.