Skip to content

Commit

Permalink
Merge pull request #412 from Danfro/default_height
Browse files Browse the repository at this point in the history
make default height 170cm
  • Loading branch information
piggz authored Oct 23, 2024
2 parents dc57b04 + 060ddff commit 2c7db5b
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 2c7db5b

Please sign in to comment.