mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-17 22:11:35 +02:00
Merge branch 'master' of https://github.com/oliexdev/openScale
This commit is contained in:
@@ -69,7 +69,7 @@ public class BluetoothFactory {
|
||||
return new BluetoothIhealthHS3(context);
|
||||
}
|
||||
// BS444 || BS440
|
||||
if (deviceName.startsWith("013197") || deviceName.startsWith("0202B6")) {
|
||||
if (deviceName.startsWith("013197") || deviceName.startsWith("013198") || deviceName.startsWith("0202B6")) {
|
||||
return new BluetoothMedisanaBS44x(context, true);
|
||||
}
|
||||
|
||||
|
@@ -235,4 +235,6 @@
|
||||
<string name="label_measurement_bar">Barre des mesures</string>
|
||||
<string name="permission_location_service_info">Autoriser l\'accès à la location pour chercher des dispositifs Bluetooth. Cette permissions peut être révoqué par la suite.</string>
|
||||
<string name="label_is_on_right_axis">Est sur le bon axe</string>
|
||||
<string name="label_upgrade_to_openScale_pro">Veuillez mettre à niveau vers openScale pro pour la prise en charge du Bluetooth</string>
|
||||
<string name="action_donation">Don</string>
|
||||
</resources>
|
Reference in New Issue
Block a user