1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

Adjust precision of GPS LAT and LON in the OSD preview

This commit is contained in:
Miguel Angel Mulero Martinez 2017-06-09 10:05:38 +02:00
parent e27533f8ad
commit 1456cc2ee1

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