1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-21 07:51:46 +02:00

Revert "Test to see if BF600 works as 700 and 800"

More work is needed to get it to work, reverting for now.

This reverts commit 6c365296c9.
This commit is contained in:
Erik Johansson
2018-04-10 20:42:44 +02:00
parent 167aaf8588
commit 02677b2722

View File

@@ -28,7 +28,6 @@ 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);
}