1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-29 02:59:57 +02:00

Test to see if BF600 works as 700 and 800

See #219
This commit is contained in:
Erik Johansson
2018-04-10 17:01:06 +02:00
parent 9e39b6ccbe
commit 6c365296c9

View File

@@ -28,6 +28,7 @@ public class BluetoothFactory {
|| name.startsWith("BEURER BF800".toLowerCase(Locale.US))
|| name.startsWith("BF-800".toLowerCase(Locale.US))
|| name.startsWith("BF-700".toLowerCase(Locale.US))
|| name.startsWith("BF600".toLowerCase(Locale.US))
|| name.startsWith("RT-Libra-B".toLowerCase(Locale.US))) {
return new BluetoothBeurerBF700_800(context, 0xf7);
}