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:
vierfuffzig 2020-09-04 22:49:43 +02:00 committed by Andrew Tridgell
parent fbc0b9e599
commit a547af97c6

View File

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