mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Merge pull request #519 from McGiverGim/adjust-osd-gps-precision
Adjust precision of GPS LAT and LON in the OSD preview
This commit is contained in:
commit
e9febfa6e0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue