Skip to content

Commit

Permalink
Merge pull request #649 from meshtastic/12-hour-clock
Browse files Browse the repository at this point in the history
Add 12 hour clock device display config
  • Loading branch information
fifieldt authored Feb 1, 2025
2 parents 7f13df0 + edc3a7b commit b80785b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit b80785b

Please sign in to comment.