From 6ae27a2fbf288f7d984f048ee47c7ae71b24dd28 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Fri, 5 Apr 2024 12:00:06 -0500 Subject: [PATCH] Add time_offset to support local timezone --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) 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; } /*