Skip to content

Commit

Permalink
Add Sanitas SBF73 ( same as SBF72) (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
2spirit committed Jul 22, 2023
1 parent b75d113 commit b211881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public static BluetoothCommunication createDeviceDriver(Context context, String
if (deviceName.equals("SBF77") || deviceName.equals("SBF76") || deviceName.equals("BF950")) {
return new BluetoothBeurerBF950(context, deviceName);
}
if (deviceName.equals("SBF72") || deviceName.equals("BF915")) {
if (deviceName.equals("SBF72") || deviceName.equals("BF915") || deviceName.equals("SBF73")) {
return new BluetoothSanitasSBF72(context, deviceName);
}
if (deviceName.equals("Weight Scale")){
Expand Down

0 comments on commit b211881

Please sign in to comment.