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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user