From d0742180492b73e6979d91a1ea1699955fb64ab0 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 3 Mar 2020 07:38:56 -0800 Subject: [PATCH] no need to stop mesh service during sw update, bug was on the android side --- src/MeshBluetoothService.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/MeshBluetoothService.cpp b/src/MeshBluetoothService.cpp index 3624d483f..0b8cb7532 100644 --- a/src/MeshBluetoothService.cpp +++ b/src/MeshBluetoothService.cpp @@ -337,15 +337,3 @@ void destroyMeshBluetoothService() meshFromNumCharacteristic = NULL; } - -/** - * Super skanky FIXME - when we start a software update we force the mesh service to shutdown. - * If the sw update fails, the user will have to manually reset the board to get things running again. - */ -void stopMeshBluetoothService() -{ - if (meshService) - meshService->stop(); - - meshFromNumCharacteristic = NULL; // don't try to notify anymore -} \ No newline at end of file