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:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user