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;
}