Huawei: Fixed workout data parser

This commit is contained in:
Me7c7
2024-10-17 15:36:58 +03:00
parent d2cf281b00
commit 0e00d74913
2 changed files with 10 additions and 10 deletions
@@ -1411,7 +1411,7 @@ public class GBDaoGenerator {
workoutDataSample.addByteProperty("midFootLanding").notNull();
workoutDataSample.addByteProperty("backFootLanding").notNull();
workoutDataSample.addByteProperty("eversionAngle").notNull();
workoutDataSample.addByteProperty("swolf").notNull();
workoutDataSample.addShortProperty("swolf").notNull();
workoutDataSample.addShortProperty("strokeRate").notNull();
workoutDataSample.addByteArrayProperty("dataErrorHex");