1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-23 08:43:15 +02:00

Corrected device string ("BEURER BF700" not "BEURER BF 700")

This commit is contained in:
linuxlurak
2017-12-15 10:07:42 +01:00
committed by GitHub
parent 516b944648
commit 332d4a1974

View File

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