Skip to content

Commit

Permalink
change default height to something more common than 200cm
Browse files Browse the repository at this point in the history
  • Loading branch information
Danfro committed Oct 14, 2024
1 parent faee8ea commit 060ddff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/amazfishconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class AmazfishConfig : public QObject
ENUM_OPTION(QStringLiteral("profile/gender"), profileGender, setProfileGender, ProfileGender, ProfileGenderMale)
ENUM_OPTION(QStringLiteral("profile/wearlocation"), profileWearLocation, setProfileWearLocation, WearLocation, WearLocationLeftWrist)

UINT_OPTION(QStringLiteral("profile/height"), profileHeight, setProfileHeight, 200)
UINT_OPTION(QStringLiteral("profile/height"), profileHeight, setProfileHeight, 170)
UINT_OPTION(QStringLiteral("profile/weight"), profileWeight, setProfileWeight, 70)
UINT_OPTION(QStringLiteral("profile/alldayhrm"), profileAllDayHRM, setProfileAllDayHRM, 0)
UINT_OPTION(QStringLiteral("profile/fitnessgoal"), profileFitnessGoal, setProfileFitnessGoal, 10000)
Expand Down

0 comments on commit 060ddff

Please sign in to comment.