mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-27 02:05:26 +02:00
add Vigorun YG (#563)
This commit is contained in:
@@ -78,7 +78,7 @@ public class BluetoothFactory {
|
|||||||
return new BluetoothMedisanaBS44x(context, false);
|
return new BluetoothMedisanaBS44x(context, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (deviceName.startsWith("SWAN") || name.equals("icomon".toLowerCase(Locale.US))) {
|
if (deviceName.startsWith("SWAN") || name.equals("icomon".toLowerCase(Locale.US)) || name.equals("YG".toLowerCase(Locale.US))) {
|
||||||
return new BluetoothMGB(context);
|
return new BluetoothMGB(context);
|
||||||
}
|
}
|
||||||
if (name.equals("MI_SCALE".toLowerCase(Locale.US)) || name.equals("MI SCALE2".toLowerCase(Locale.US))) {
|
if (name.equals("MI_SCALE".toLowerCase(Locale.US)) || name.equals("MI SCALE2".toLowerCase(Locale.US))) {
|
||||||
|
Reference in New Issue
Block a user