mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-24 17:23:03 +02:00
Ack data even if it has been received already
This commit is contained in:
@@ -350,9 +350,10 @@ public class BluetoothBeurerSanitas extends BluetoothCommunication {
|
|||||||
remoteUsers.add(new RemoteUser(decodeUserId(data, 4), name, year));
|
remoteUsers.add(new RemoteUser(decodeUserId(data, 4), name, year));
|
||||||
|
|
||||||
Timber.d("Received user %d/%d: %s (%d)", current, count, name, year);
|
Timber.d("Received user %d/%d: %s (%d)", current, count, name, year);
|
||||||
sendAck(data);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sendAck(data);
|
||||||
|
|
||||||
if (current != count) {
|
if (current != count) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user