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

Added Runtastic Libra

This commit is contained in:
Martijn van Welie
2017-12-23 21:26:12 +01:00
parent 7283bd1733
commit c3b9b02666

View File

@@ -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;
}