1
0
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:
oliexdev 2019-08-13 12:07:40 +02:00
parent cc24806ea0
commit 47eaea2beb

View File

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