mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-17 14:10:54 +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]) {
|
||||
case (byte)0xAA:
|
||||
case (byte)0xA0:
|
||||
if (weightStabilized) {
|
||||
if (values > 1) {
|
||||
return;
|
||||
}
|
||||
if (!stepMessageDisplayed) {
|
||||
|
Reference in New Issue
Block a user