We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f13df0 commit edc3a7bCopy full SHA for edc3a7b
1 file changed
meshtastic/config.proto
@@ -743,6 +743,12 @@ message Config {
743
* Indicates how to rotate or invert the compass output to accurate display on the display.
744
*/
745
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;
752
}
753
754
/*
0 commit comments