You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,9 @@ In the Settings Menu, send <kbd>3</kbd> to manage the time reference sources. As
299
299
300
300
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).
301
301
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
+
302
305
* <kbd>1</kbd> **The Time Zone**— Time zone setting string for the device
303
306
* Accepts a string:
304
307
* <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
418
421
419
422
### Network: NTP Client
420
423
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.
422
425
423
426
<divstyle="text-align: center">
424
427
<ahref="../assets/SparkFun_Datalogger_IoT_NTP_Client_Menu.JPG"><imgsrc="../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
438
441
* <kbd>pool.ntp.org</kbd> _(default)_
439
442
* <kbd>b</kbd> **Back**
440
443
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
-
444
444
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.
0 commit comments