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/settings_settings.md
+75-1Lines changed: 75 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -167,4 +167,78 @@ When selected, the user is prompted to restart the device/system. This is also a
167
167
168
168
#### Device Reset
169
169
170
-
When selected, the user is prompted to reset the device/system. A device reset erases the current saved settings values and restarts the board/system. This is also available using the `!reset-device` console command.
170
+
When selected, the user is prompted to reset the device/system. A device reset erases the current saved settings values and restarts the board/system. This is also available using the `!reset-device` console command.
171
+
172
+
### Time Setup
173
+
174
+
By default the IOT Node - LoRaWAN is not connected to a timekeeping source and defaults to a start time value of January 1, 1970 (epoch value of 0). But if a time keeping device is added (GNSS or Real Time Clock), this page is used to set time parameters for the board.
175
+
176
+
The Time Setup property page has the following entries:
177
+
178
+

179
+
180
+
#### Time Zone
181
+
182
+
The timezone specification string to use for the system clock. By default, the Mountain Time zone (the zone of SparkFun) is used.
183
+
184
+
#### Reference Clock
185
+
186
+
If a reference clock device is connected to the IoT Node board, use this option to select this clock.
187
+
188
+
#### Update Interval
189
+
190
+
Specify how often the system clock is updated using the reference clock in minutes.
191
+
192
+
193
+
#### Enable Clock Fallback
194
+
195
+
Adds a secondary reference clock to use if the primary clock becomes unavailable.
196
+
197
+
#### Dependant Interval
198
+
199
+
If a *dependant* clock is connected (a clock being set by the system clock), this value sets how often the dependant clock device is updated.
200
+
201
+
#### Update Connected
202
+
203
+
If enabled, any connected clocks have their time updated when the system clock is updated.
204
+
205
+
### Save Settings
206
+
207
+
The Save Settings system is designed to include a "fallback" settings system if available. Normally this might be a JSON file on a SDCard or similar device. At launch, this functionality is not available for the IoT Node - LoRaWAN board.
208
+
209
+
210
+
The Save Settings property page has the following elements:
0 commit comments