Skip to content

Commit

Permalink
Merge pull request #480 from meshtastic/jp-bennett-patch-3
Browse files Browse the repository at this point in the history
Add time_offset to support local timezone
  • Loading branch information
caveman99 authored Apr 7, 2024
2 parents 6157a57 + 4a77f8b commit 68720ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meshtastic/config.options
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# longest current is 45 chars, plan with a bit of buffer
*DeviceConfig.tzdef max_size:65

*NetworkConfig.wifi_ssid max_size:33
*NetworkConfig.wifi_psk max_size:65
*NetworkConfig.ntp_server max_size:33
Expand Down
5 changes: 5 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ message Config {
* Disables the triple-press of user button to enable or disable GPS
*/
bool disable_triple_click = 10;

/*
* POSIX Timezone definition string from https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv.
*/
string tzdef = 11;
}

/*
Expand Down

0 comments on commit 68720ed

Please sign in to comment.