mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-01 22:40:27 +02:00
added Libra-B as a manufactor device name, see issue #486
This commit is contained in:
@@ -33,6 +33,7 @@ public class BluetoothFactory {
|
|||||||
|| name.startsWith("BF-800".toLowerCase(Locale.US))
|
|| name.startsWith("BF-800".toLowerCase(Locale.US))
|
||||||
|| name.startsWith("BF-700".toLowerCase(Locale.US))
|
|| name.startsWith("BF-700".toLowerCase(Locale.US))
|
||||||
|| name.startsWith("RT-Libra-B".toLowerCase(Locale.US))
|
|| name.startsWith("RT-Libra-B".toLowerCase(Locale.US))
|
||||||
|
|| name.startsWith("Libra-B".toLowerCase(Locale.US))
|
||||||
|| name.startsWith("Libra-W".toLowerCase(Locale.US))) {
|
|| name.startsWith("Libra-W".toLowerCase(Locale.US))) {
|
||||||
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.BEURER_BF700_800_RT_LIBRA);
|
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.BEURER_BF700_800_RT_LIBRA);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user