1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-26 17:54:50 +02:00

Add files via upload

This commit is contained in:
cantruchd
2018-01-10 00:01:33 +07:00
committed by GitHub
parent 7d7351463d
commit 5a77931f44

View File

@@ -54,7 +54,7 @@ public class BluetoothYunmaiMini extends BluetoothCommunication {
@Override
public boolean checkDeviceName(String btDeviceName) {
if (btDeviceName.startsWith("YUNMAI-SIGNAL-M")) {
if (btDeviceName.startsWith("YUNMAI-SIGNAL-M") || btDeviceName.startsWith("YUNMAI-ISM2-W")) {
return true;
}