1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 14:31:23 +02:00

Revert "test to support INLIFE scale, see issue #352"

This reverts commit e7810b0d05.
This commit is contained in:
Erik Johansson
2018-11-20 11:05:27 +01:00
parent e7810b0d05
commit 9767ec2309

View File

@@ -48,8 +48,7 @@ public class BluetoothFactory {
if (name.equals("Electronic Scale".toLowerCase(Locale.US))) {
return new BluetoothExcelvanCF36xBLE(context);
}
if (name.equals("VScale".toLowerCase(Locale.US))
|| name.equals("000FatScale01".toLowerCase(Locale.US))) {
if (name.equals("VScale".toLowerCase(Locale.US))) {
return new BluetoothExingtechY1(context);
}
if (name.equals("YunChen".toLowerCase(Locale.US))) {