mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 16:53:04 +02:00
Update BluetoothCommunication.java
This commit is contained in:
@@ -101,6 +101,8 @@ public abstract class BluetoothCommunication {
|
||||
return new BluetoothExingtechY1(context);
|
||||
case BEURER_BF700:
|
||||
return new BluetoothBeurerBF700(context);
|
||||
case BEURER_BF800:
|
||||
return new BluetoothBeurerBF800(context);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user