1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 22:41:44 +02:00

test to support INLIFE scale, see issue #352

This commit is contained in:
OliE
2018-11-20 10:18:06 +01:00
parent 6017e6a00c
commit e7810b0d05

View File

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