Skip to content

Commit

Permalink
OSW-CONFIG : update description
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed Jun 16, 2022
1 parent ac47f31 commit 9036407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osw_config_keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ OswConfigKeyShort timeZone("h", "Date & Time", "Timezone", "Number of offset hou
OswConfigKeyShort dualTimeZone("h1", "Date & Time", "Dual-Timezone", "Number of offset Dual-hours (e.g. 9 = Seoul).", 0);
OswConfigKeyShort resetDay("r", "Date & Time", "Day of the week",
"Choose the day of the week to reset the number of steps (e.g. 1-7 are days, 0 is disabled).", 0);
OswConfigKeyDouble latitudeCoord("t1", "Date & Time", "Latitude for Sunset", "The coordinates of your location (e.g. 37.32103)", 37.78243);
OswConfigKeyDouble longtitudeCoord("t2", "Date & Time", "Longtitude for Sunset", "The coordinates of your location (e.g. 127.10901)", -122.39122);
OswConfigKeyDouble latitudeCoord("t1", "Date & Time", "Latitude for Sunset", "latitude of your location - to the 5th decimal place (e.g. 37.32103)", 37.78243);
OswConfigKeyDouble longtitudeCoord("t2", "Date & Time", "Longtitude for Sunset", "longtitude of your location - to the 5th decimal place (e.g. 127.10901)", -122.39122);
#if OSW_PLATFORM_ENVIRONMENT_ACCELEROMETER == 1
OswConfigKeyShort configHeight("f4", "Fitness", "User Height", "E.g 175.7 cm -> 175 (Rounds off)", 175);
OswConfigKeyShort configWeight("f5", "Fitness", "User Weight", "E.g 70.3 kg -> 70 (Rounds off)", 70);
Expand Down

0 comments on commit 9036407

Please sign in to comment.