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:
@@ -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))) {
|
||||||
|
Reference in New Issue
Block a user