mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-19 23:12:12 +02:00
Revert "test to support INLIFE scale, see issue #352"
This reverts commit e7810b0d05
.
This commit is contained in:
@@ -48,8 +48,7 @@ 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