mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-17 14:10:54 +02:00
Support Yunmai Mini 2 China version (#453)
This commit is contained in:
@@ -88,7 +88,7 @@ public class BluetoothFactory {
|
||||
if (name.startsWith("SANITAS SBF70".toLowerCase(Locale.US)) || name.startsWith("sbf75")) {
|
||||
return new BluetoothBeurerSanitas(context, BluetoothBeurerSanitas.DeviceType.SANITAS_SBF70_70);
|
||||
}
|
||||
if (deviceName.startsWith("YUNMAI-SIGNAL-") || deviceName.startsWith("YUNMAI-ISM2-")) {
|
||||
if (deviceName.startsWith("YUNMAI-SIGNAL-") || deviceName.startsWith("YUNMAI-ISM2")) {
|
||||
return new BluetoothYunmaiSE_Mini(context, true);
|
||||
}
|
||||
if (deviceName.startsWith("YUNMAI-ISSE")) {
|
||||
|
Reference in New Issue
Block a user