mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Huami: decode some more sports summary values on Bip S (probably other new devices also)
This commit is contained in:
@@ -126,11 +126,13 @@ public class HuamiActivitySummaryParser implements ActivitySummaryParser {
|
|||||||
buffer.getLong();
|
buffer.getLong();
|
||||||
caloriesBurnt = buffer.getFloat();
|
caloriesBurnt = buffer.getFloat();
|
||||||
distanceMeters = buffer.getFloat();
|
distanceMeters = buffer.getFloat();
|
||||||
|
ascentMeters = buffer.getFloat();
|
||||||
|
descentMeters = buffer.getFloat();
|
||||||
|
maxAltitude = buffer.getFloat();
|
||||||
|
minAltitude = buffer.getFloat();
|
||||||
//unknown
|
//unknown
|
||||||
buffer.getLong();
|
buffer.getLong();
|
||||||
buffer.getLong();
|
buffer.getLong();
|
||||||
buffer.getLong();
|
|
||||||
buffer.getLong();
|
|
||||||
maxPace = buffer.getFloat();
|
maxPace = buffer.getFloat();
|
||||||
minPace = buffer.getFloat();
|
minPace = buffer.getFloat();
|
||||||
//unknown
|
//unknown
|
||||||
|
Reference in New Issue
Block a user