mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add time_offset to support local timezone
This commit is contained in:
parent
6157a57237
commit
6ae27a2fbf
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue