Add time_offset to support local timezone

This commit is contained in:
Jonathan Bennett 2024-04-05 12:00:06 -05:00 committed by GitHub
parent 6157a57237
commit 6ae27a2fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*