From 0533ca0eda4a64c1e94469681cc995328c97837e Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 4 Mar 2025 06:57:54 -0600 Subject: [PATCH] Move order --- src/modules/AdminModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/AdminModule.cpp b/src/modules/AdminModule.cpp index d31248de4..4c26b2ec5 100644 --- a/src/modules/AdminModule.cpp +++ b/src/modules/AdminModule.cpp @@ -388,8 +388,8 @@ bool AdminModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp, meshta SEGMENT_DEVICESTATE | SEGMENT_CONFIG | SEGMENT_MODULECONFIG | SEGMENT_CHANNELS)) { myReply = allocErrorResponse(meshtastic_Routing_Error_NONE, &mp); LOG_DEBUG("Rebooting after successful restore of preferences"); - disableBluetooth(); reboot(1000); + disableBluetooth(); } else { myReply = allocErrorResponse(meshtastic_Routing_Error_BAD_REQUEST, &mp); }