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

added debug information for mi scale v2

This commit is contained in:
OliE
2017-10-31 19:22:45 +01:00
parent 5556d20cc4
commit d47ac3438f

View File

@@ -67,6 +67,7 @@ public class BluetoothMiScale2 extends BluetoothCommunication {
final byte[] data = gattCharacteristic.getValue();
if (data != null && data.length > 0) {
Log.d("MIScale_v2", "DataChange hex data: "+ byteInHex(data));
// Stop command from mi scale received
if (data[0] == 0x03) {