no need to stop mesh service during sw update, bug was on the android side

pull/18/head
Kevin Hester 2020-03-03 07:38:56 -08:00
rodzic 1f07d6735b
commit d074218049
1 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -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
}