diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 5b93649..4b12829 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -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; } /*