1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 06:21:25 +02:00

Modify SENSSUN scale bluetooth code (#534)

This commit is contained in:
uyllii
2020-01-11 02:24:42 +11:00
committed by OliE
parent 63d01350db
commit b0d2e160c6

View File

@@ -115,7 +115,7 @@ public class BluetoothSenssun extends BluetoothCommunication {
switch(data[5]) { switch(data[5]) {
case (byte)0xAA: case (byte)0xAA:
case (byte)0xA0: case (byte)0xA0:
if (weightStabilized) { if (values > 1) {
return; return;
} }
if (!stepMessageDisplayed) { if (!stepMessageDisplayed) {