From c3b9b026662dd3fd71f729d643c9b4ea6c87c97c Mon Sep 17 00:00:00 2001 From: Martijn van Welie Date: Sat, 23 Dec 2017 21:26:12 +0100 Subject: [PATCH] Added Runtastic Libra --- .../openscale/core/bluetooth/BluetoothBeurerBF700_800.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothBeurerBF700_800.java b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothBeurerBF700_800.java index 45026ad0..3398343d 100644 --- a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothBeurerBF700_800.java +++ b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothBeurerBF700_800.java @@ -125,7 +125,7 @@ public class BluetoothBeurerBF700_800 extends BluetoothCommunication { @Override public boolean checkDeviceName(String btDeviceName) { - if (btDeviceName.toLowerCase().startsWith(new String("BEURER BF700").toLowerCase()) || btDeviceName.toLowerCase().startsWith(new String("BEURER BF800").toLowerCase())) { + if (btDeviceName.toLowerCase().startsWith(new String("BEURER BF700").toLowerCase()) || btDeviceName.toLowerCase().startsWith(new String("BEURER BF800").toLowerCase())|| btDeviceName.toLowerCase().startsWith(new String("RT-Libra-B").toLowerCase())) { return true; }