1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-21 20:40:27 +02:00

Huami: Fix stress sample timestamp increment

This commit is contained in:
José Rebelo 2023-06-12 08:58:10 +01:00
parent c666947a28
commit 9e09fe15bf

View File

@ -57,6 +57,7 @@ public class FetchStressAutoOperation extends AbstractRepeatingFetchOperation {
for (byte b : bytes) {
if (b == -1) {
timestamp.add(Calendar.MINUTE, 1);
continue;
}