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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user