1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-29 11:10:35 +02:00

BluetoothStandardWeightProfile: remove redundant constant;

This commit is contained in:
Krisjans Blukis
2021-07-27 19:29:06 +03:00
parent cb08486731
commit 8b157f54dd

View File

@@ -41,7 +41,6 @@ import static com.welie.blessed.BluetoothBytesParser.FORMAT_UINT16;
import static com.welie.blessed.BluetoothBytesParser.FORMAT_UINT8;
public class BluetoothStandardWeightProfile extends BluetoothCommunication {
protected int CURRENT_USER_CONSENT = 3289;
// UDS control point codes
protected static final byte UDS_CP_REGISTER_NEW_USER = 0x01;