Skip to content

Commit

Permalink
added Libra-B as a manufactor device name, see issue #486
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Aug 13, 2019
1 parent cc24806 commit 47eaea2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public static BluetoothCommunication createDeviceDriver(Context context, String
|| 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);
}
Expand Down

0 comments on commit 47eaea2

Please sign in to comment.