Merge pull request #519 from McGiverGim/adjust-osd-gps-precision

Adjust precision of GPS LAT and LON in the OSD preview
10.3.x-maintenance
Michael Keller 2017-06-09 20:13:55 +12:00 committed by GitHub
commit e9febfa6e0
1 changed files with 2 additions and 2 deletions

View File

@ -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',