Skip to content

Commit b80785b

Browse files
authored
Merge pull request #649 from meshtastic/12-hour-clock
Add 12 hour clock device display config
2 parents 7f13df0 + edc3a7b commit b80785b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

meshtastic/config.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,12 @@ message Config {
743743
* Indicates how to rotate or invert the compass output to accurate display on the display.
744744
*/
745745
CompassOrientation compass_orientation = 11;
746+
747+
/*
748+
* If false (default), the device will display the time in 24-hour format on screen.
749+
* If true, the device will display the time in 12-hour format on screen.
750+
*/
751+
bool use_12h_clock = 12;
746752
}
747753

748754
/*

0 commit comments

Comments
 (0)