mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 16:53:04 +02:00
inserted forgotten semicolon
This commit is contained in:
@@ -295,7 +295,7 @@ public class BluetoothBeurerBF700 extends BluetoothCommunication {
|
|||||||
maxRegisteredScaleUser = maxUsers;
|
maxRegisteredScaleUser = maxUsers;
|
||||||
|
|
||||||
nextMachineStateStep();
|
nextMachineStateStep();
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((data[0] & 0xFF) == 0xf7 && (data[1] & 0xFF) == 0x34) {
|
if ((data[0] & 0xFF) == 0xf7 && (data[1] & 0xFF) == 0x34) {
|
||||||
|
Reference in New Issue
Block a user