Merge pull request #480 from meshtastic/jp-bennett-patch-3

Add time_offset to support local timezone
pull/400/merge v2.3.4
Thomas Göttgens 2024-04-07 15:57:54 +02:00 zatwierdzone przez GitHub
commit 68720ed8db
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
# longest current is 45 chars, plan with a bit of buffer
*DeviceConfig.tzdef max_size:65
*NetworkConfig.wifi_ssid max_size:33
*NetworkConfig.wifi_psk max_size:65
*NetworkConfig.ntp_server max_size:33

Wyświetl plik

@ -180,6 +180,11 @@ message Config {
* Disables the triple-press of user button to enable or disable GPS
*/
bool disable_triple_click = 10;
/*
* POSIX Timezone definition string from https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv.
*/
string tzdef = 11;
}
/*