mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-22 08:13:43 +02:00
Added support for "RT-Libra-W"
This commit is contained in:
@@ -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("RT-Libra-W".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);
|
||||
|
Reference in New Issue
Block a user