diff --git a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothFactory.java b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothFactory.java
index c94865dd..672f77fd 100644
--- a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothFactory.java
+++ b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothFactory.java
@@ -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);
}
diff --git a/android_app/app/src/main/res/values-fr/strings.xml b/android_app/app/src/main/res/values-fr/strings.xml
index 5eb8200a..3fceab2a 100644
--- a/android_app/app/src/main/res/values-fr/strings.xml
+++ b/android_app/app/src/main/res/values-fr/strings.xml
@@ -235,4 +235,6 @@
Barre des mesures
Autoriser l\'accès à la location pour chercher des dispositifs Bluetooth. Cette permissions peut être révoqué par la suite.
Est sur le bon axe
+ Veuillez mettre à niveau vers openScale pro pour la prise en charge du Bluetooth
+ Don
\ No newline at end of file