mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update docs/configuration/radio/device.mdx
This commit is contained in:
parent
7a8029ebee
commit
306fbd3b40
|
@ -89,7 +89,7 @@ Disabling this will disable the SerialConsole by not initializing the StreamAPI.
|
|||
|
||||
The `tzdef` setting allows the local offset to be defined for the device. It uses the TZ Database format to display the correct local time on the device display and in its logs.
|
||||
|
||||
To set the timezone, use the POSIX TZ Database string for the relevant region. Here is a list of [supported timezones](https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv). As an example, if your timezone is `America/Los_Angeles`, then you must input `PST8PDT,M3.2.0,M11.1.0` as the timezone.
|
||||
To set the timezone, use the POSIX TZ Database string for the relevant region. Here is a list of [supported timezones](https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv). For example, if your region is `America/Los_Angeles`, you would input `PST8PDT,M3.2.0,M11.1.0` as the timezone.
|
||||
|
||||
## Debug Log
|
||||
|
||||
|
|
Loading…
Reference in a new issue