mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #649 from meshtastic/12-hour-clock
Add 12 hour clock device display config
This commit is contained in:
commit
b80785b16b
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue