mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-21 16:02:04 +02:00
Set unit on scale to what is configured by user. (#259)
This commit is contained in:
@@ -113,7 +113,7 @@ public class BluetoothMGB extends BluetoothCommunication {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 6:
|
case 6:
|
||||||
writeCfg(0xFE, 6, 1, 0);
|
writeCfg(0xFE, 6, user.getScaleUnit().toInt(), 0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user