Skip to content

Commit

Permalink
Add Healthsense S1 (AAA013) (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasannaVenkadesh authored Dec 22, 2024
1 parent cb30322 commit a44df16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public static BluetoothCommunication createDeviceDriver(Context context, String
if (deviceName.equals("Yoda1")){
return new BluetoothYoda1Scale(context);
}
if (deviceName.equals("AAA002") || deviceName.equals("AAA007")) {
if (deviceName.equals("AAA002") || deviceName.equals("AAA007") || deviceName.equals("AAA013")) {
return new BluetoothBroadcastScale(context);
}
if (deviceName.equals("AE BS-06")) {
Expand Down

0 comments on commit a44df16

Please sign in to comment.