mirror of
https://github.com/oliexdev/openScale.git
synced 2025-01-17 22:28:28 +01:00
added Libra-B as a manufactor device name, see issue #486
This commit is contained in:
parent
cc24806ea0
commit
47eaea2beb
@ -33,6 +33,7 @@ public class BluetoothFactory {
|
||||
|| name.startsWith("BF-800".toLowerCase(Locale.US))
|
||||
|| name.startsWith("BF-700".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))) {
|
||||
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.BEURER_BF700_800_RT_LIBRA);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user