Merge pull request #649 from meshtastic/12-hour-clock

Add 12 hour clock device display config
pull/650/head v2.5.21
Tom Fifield 2025-02-01 16:18:46 +08:00 zatwierdzone przez GitHub
commit b80785b16b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -743,6 +743,12 @@ message Config {
* Indicates how to rotate or invert the compass output to accurate display on the display.
*/
CompassOrientation compass_orientation = 11;
/*
* If false (default), the device will display the time in 24-hour format on screen.
* If true, the device will display the time in 12-hour format on screen.
*/
bool use_12h_clock = 12;
}
/*