diff --git a/src/MeshBluetoothService.cpp b/src/MeshBluetoothService.cpp index d9f51f455..3624d483f 100644 --- a/src/MeshBluetoothService.cpp +++ b/src/MeshBluetoothService.cpp @@ -332,6 +332,7 @@ BLEService *createMeshBluetoothService(BLEServer *server) void destroyMeshBluetoothService() { assert(meshService); + meshService->stop(); delete meshService; meshFromNumCharacteristic = NULL;