mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-24 01:03:20 +02:00
Corrected device string ("BEURER BF700" not "BEURER BF 700")
This commit is contained in:
@@ -127,12 +127,12 @@ public class BluetoothBeurerBF700 extends BluetoothCommunication {
|
||||
|
||||
@Override
|
||||
public String deviceName() {
|
||||
return "Beurer BF 700";
|
||||
return "Beurer BF700";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String defaultDeviceName() {
|
||||
return "BEURER BF 700";
|
||||
return "BEURER BF700";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user