mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-20 14:26:48 +01:00
Huami: Fix stress sample timestamp increment
This commit is contained in:
parent
c666947a28
commit
9e09fe15bf
@ -57,6 +57,7 @@ public class FetchStressAutoOperation extends AbstractRepeatingFetchOperation {
|
|||||||
|
|
||||||
for (byte b : bytes) {
|
for (byte b : bytes) {
|
||||||
if (b == -1) {
|
if (b == -1) {
|
||||||
|
timestamp.add(Calendar.MINUTE, 1);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user