1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-23 16:53:04 +02:00

Remove unused variables

This commit is contained in:
Erik Johansson
2018-11-25 19:03:25 +01:00
parent 5833d01161
commit 197c863cfd

View File

@@ -35,9 +35,6 @@ public class BluetoothSenssun extends BluetoothCommunication {
private final UUID WEIGHT_MEASUREMENT_CHARACTERISTIC = BluetoothGattUuid.fromShortCode(0xfff1); // read, notify private final UUID WEIGHT_MEASUREMENT_CHARACTERISTIC = BluetoothGattUuid.fromShortCode(0xfff1); // read, notify
private final UUID CMD_MEASUREMENT_CHARACTERISTIC = BluetoothGattUuid.fromShortCode(0xfff2); // write only private final UUID CMD_MEASUREMENT_CHARACTERISTIC = BluetoothGattUuid.fromShortCode(0xfff2); // write only
private Date lastWeighted= new Date();
private ScaleUser user;
private int gotData; private int gotData;
private int FatMus=0; private int FatMus=0;
private ScaleMeasurement measurement; private ScaleMeasurement measurement;