Skip to content

Commit 55cc855

Browse files
committed
Update configuration.md
- Move note about how to use the Time zone string for a user's region - Fix spelling error
1 parent 0504dd4 commit 55cc855

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ In the Settings Menu, send <kbd>3</kbd> to manage the time reference sources. As
299299

300300
In this menu, you will have options to update the primary reference clock, update interval, add a secondary reference clock, and update it's interval. By default, the primary reference clock is set to use the Network Time Protocol (NTP). To synchronization the time, you will need to connect to a 2.4GHz WiFi network in order to update the time. To add a secondary clock, make sure to connect a compatible Qwiic-enabled devices that can keep track of time (i.e. Qwiic Real Time Clock Module - RV-8803 or a Qwiic-enabled u-blox GNSS module).
301301

302+
!!! note
303+
To adjust the time zone, you will need to enter a POSIX timezone string variable. Try [checking out this CSV in this GitHub repo](https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv) and searching for the timezone string variable in your area. For more information about [POSIX format specification check out this article from IBM](https://developer.ibm.com/articles/au-aix-posix/).
304+
302305
* <kbd>1</kbd> **The Time Zone** &mdash; Time zone setting string for the device
303306
* Accepts a string:
304307
* <kbd>MST7MDT,M3.2.0,M11.1.0</kbd> _(default, as of firmware v01.01.01)_
@@ -418,7 +421,7 @@ Press the reset button or cycle power to restart the DataLogger IoT. You can als
418421

419422
### Network: NTP Client
420423

421-
In the Settings menu, send a <kbd>5</kbd> to adjust the NTP Client settings. As of firmware v01.01.01, time sonze support is at the clock level, not tied to the NTP. The option to adjust the Time Zone is moved to the Time Sources menu.
424+
In the Settings menu, send a <kbd>5</kbd> to adjust the NTP Client settings. As of firmware v01.01.01, time zone support is at the clock level, not tied to the NTP. The option to adjust the Time Zone is moved to the Time Sources menu.
422425

423426
<div style="text-align: center">
424427
<a href="../assets/SparkFun_Datalogger_IoT_NTP_Client_Menu.JPG"><img src="../assets/SparkFun_Datalogger_IoT_NTP_Client_Menu.JPG" width="600" height="600" alt="NTP Client Menu Options"></a>
@@ -438,9 +441,6 @@ In this menu, users will have the option to enable/disable the NTP client, selec
438441
* <kbd>pool.ntp.org</kbd> _(default)_
439442
* <kbd>b</kbd> **Back**
440443

441-
!!! note
442-
To adjust the time zone, you will need to enter a POSIX timezone string variable. Try [checking out this CSV in this GitHub repo](https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv) and searching for the timezone string variable in your area. For more information about [POSIX format specification check out this article from IBM](https://developer.ibm.com/articles/au-aix-posix/).
443-
444444
When finished, you will need to exit the menus so that the DataLogger IoT saves the changes. Send a <kbd>b</kbd> to exit out this menu, <kbd>b</kbd> to exit out of the DataLogger IoT settings, and <kbd>x</kbd> to exit out of the main menu.
445445

446446
<div style="text-align: center">

0 commit comments

Comments
 (0)