Skip to content

Commit

Permalink
Add time_offset to support local timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Apr 5, 2024
1 parent 6157a57 commit 6ae27a2
Showing 1 changed file with 5 additions and 0 deletions.
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;

/*
* Timezone offset against UTC in minutes, to support the few places with fractional offsets.
*/
int32 time_offset = 11;
}

/*
Expand Down

0 comments on commit 6ae27a2

Please sign in to comment.