mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-17 22:11:35 +02:00
try out of Beurer BF720, see #789
This commit is contained in:
@@ -114,7 +114,7 @@ public class BluetoothFactory {
|
||||
if (deviceName.equals("ADV") || deviceName.equals("Chipsea-BLE")) {
|
||||
return new BluetoothOKOK(context);
|
||||
}
|
||||
if (deviceName.equals("BF105")) {
|
||||
if (deviceName.equals("BF105") || deviceName.equals("BF720")) {
|
||||
return new BluetoothBeurerBF105(context);
|
||||
}
|
||||
if (deviceName.equals("BF600") || deviceName.equals("BF850")) {
|
||||
|
Reference in New Issue
Block a user