mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-29 19:20:36 +02:00
Revert "Test if Yunmai Balance works as the mini"
This reverts commit b92e143ecd
.
See #305
This commit is contained in:
@@ -75,7 +75,7 @@ public class BluetoothFactory {
|
|||||||
if (name.startsWith("SANITAS SBF70".toLowerCase(Locale.US)) || name.startsWith("sbf75")) {
|
if (name.startsWith("SANITAS SBF70".toLowerCase(Locale.US)) || name.startsWith("sbf75")) {
|
||||||
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.SANITAS_SBF70_70);
|
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.SANITAS_SBF70_70);
|
||||||
}
|
}
|
||||||
if (deviceName.startsWith("YUNMAI-SIGNAL-M") || deviceName.startsWith("YUNMAI-ISM2-")) {
|
if (deviceName.startsWith("YUNMAI-SIGNAL-M") || deviceName.startsWith("YUNMAI-ISM2-W")) {
|
||||||
return new BluetoothYunmaiSE_Mini(context, true);
|
return new BluetoothYunmaiSE_Mini(context, true);
|
||||||
}
|
}
|
||||||
if (deviceName.startsWith("YUNMAI-ISSE")) {
|
if (deviceName.startsWith("YUNMAI-ISSE")) {
|
||||||
|
Reference in New Issue
Block a user