1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-16 21:54:05 +02:00
This commit is contained in:
oliexdev
2019-10-18 15:20:30 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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);
}

View File

@@ -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>