mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_OSD_Screen.cpp: fix aviation unit vspd sym
in aviaition units it's ft / min actually, not ft / s. stumbled across this thanks to increased attention to the vspeed panel using @samuelctabor awesome soaring addons ;)
This commit is contained in:
parent
fbc0b9e599
commit
a547af97c6
@ -975,7 +975,7 @@ char AP_OSD_Screen::u_icon(enum unit_type unit)
|
||||
static const char icons_aviation[UNIT_TYPE_LAST] {
|
||||
(char)SYM_ALT_FT, //ALTITUDE Ft
|
||||
(char)SYM_KN, //SPEED Knots
|
||||
(char)SYM_FS, //VSPEED
|
||||
(char)SYM_FTMIN, //VSPEED
|
||||
(char)SYM_FT, //DISTANCE
|
||||
(char)SYM_NM, //DISTANCE_LONG Nm
|
||||
(char)SYM_DEGREES_C //TEMPERATURE
|
||||
|
Loading…
Reference in New Issue
Block a user