@@ -88,13 +88,13 @@ message DeviceUIConfig {
8888 * true for analog clockface, false for digital clockface
8989 */
9090 bool is_clockface_analog = 18 ;
91-
91+
9292 /*
9393 * How the GPS coordinates are formatted on the OLED screen.
9494 */
9595 GpsCoordinateFormat gps_format = 19 ;
9696
97- /*
97+ /*
9898 * How the GPS coordinates are displayed on the OLED screen.
9999 */
100100 enum GpsCoordinateFormat {
@@ -103,38 +103,38 @@ message DeviceUIConfig {
103103 * DD.DDDDDD DDD.DDDDDD
104104 */
105105 DEC = 0 ;
106-
107- /*
106+
107+ /*
108108 * GPS coordinates are displayed in the degrees minutes seconds format:
109109 * DD°MM'SS"C DDD°MM'SS"C, where C is the compass point representing the locations quadrant
110110 */
111- DMS = 1 ;
112-
111+ DMS = 1 ;
112+
113113 /*
114114 * Universal Transverse Mercator format:
115115 * ZZB EEEEEE NNNNNNN, where Z is zone, B is band, E is easting, N is northing
116116 */
117117 UTM = 2 ;
118-
118+
119119 /*
120120 * Military Grid Reference System format:
121121 * ZZB CD EEEEE NNNNN, where Z is zone, B is band, C is the east 100k square, D is the north 100k square,
122122 * E is easting, N is northing
123123 */
124124 MGRS = 3 ;
125-
125+
126126 /*
127127 * Open Location Code (aka Plus Codes).
128128 */
129129 OLC = 4 ;
130-
130+
131131 /*
132132 * Ordnance Survey Grid Reference (the National Grid System of the UK).
133133 * Format: AB EEEEE NNNNN, where A is the east 100k square, B is the north 100k square,
134134 * E is the easting, N is the northing
135135 */
136136 OSGR = 5 ;
137-
137+
138138 /*
139139 * Maidenhead Locator System
140140 * Described here: https://en.wikipedia.org/wiki/Maidenhead_Locator_System
0 commit comments