Merge pull request #519 from McGiverGim/adjust-osd-gps-precision
Adjust precision of GPS LAT and LON in the OSD preview10.3.x-maintenance
commit
e9febfa6e0
|
@ -375,13 +375,13 @@ OSD.constants = {
|
|||
name: 'GPS_LON',
|
||||
default_position: -1,
|
||||
positionable: true,
|
||||
preview: FONT.symbol(SYM.ARROW_SOUTH) + '00.00'
|
||||
preview: FONT.symbol(SYM.ARROW_SOUTH) + '00.00000000'
|
||||
},
|
||||
GPS_LAT: {
|
||||
name: 'GPS_LAT',
|
||||
default_position: -1,
|
||||
positionable: true,
|
||||
preview: FONT.symbol(SYM.ARROW_EAST) + '00.00'
|
||||
preview: FONT.symbol(SYM.ARROW_EAST) + '00.00000000'
|
||||
},
|
||||
DEBUG: {
|
||||
name: 'DEBUG',
|
||||
|
|
Loading…
Reference in New Issue