1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-13 12:14:19 +02:00

stopped machine state until Bluetooth services are discovered

This commit is contained in:
oliexdev
2019-02-24 08:17:12 +01:00
parent 2fd331adc5
commit 39d41ce0ec

View File

@@ -161,6 +161,7 @@ public class BluetoothDebug extends BluetoothCommunication {
@Override
public void onBluetoothDiscovery(RxBleDeviceServices rxBleDeviceServices) {
this.rxBleDeviceServices = rxBleDeviceServices;
resumeMachineState();
}
@Override
@@ -169,6 +170,7 @@ public class BluetoothDebug extends BluetoothCommunication {
{
case 0:
discoverBluetoothServices();
stopMachineState();
break;
case 1:
int offset = stepNr;