mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-20 07:21:40 +02:00
Fix off-by-one typo
This commit is contained in:
@@ -599,7 +599,7 @@ public class BluetoothBeurerSanitas extends BluetoothCommunication {
|
||||
command[2] = (byte) 0x02;
|
||||
break;
|
||||
case ST:
|
||||
command[3] = (byte) 0x04;
|
||||
command[2] = (byte) 0x04;
|
||||
break;
|
||||
}
|
||||
Log.d(TAG, "Setting unit " + selectedUser.getScaleUnit().toString());
|
||||
|
Reference in New Issue
Block a user