mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-20 07:21:40 +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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user