mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
parent
a6d8816a98
commit
c3cccb888b
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ static void osdDrawSingleElement(uint8_t item)
|
|||
|
||||
case OSD_GPS_SPEED:
|
||||
// FIXME ideally we want to use SYM_KMH symbol but it's not in the font any more, so we use K.
|
||||
tfp_sprintf(buff, "%dK", CM_S_TO_KM_H(GPS_speed) * 10);
|
||||
tfp_sprintf(buff, "%3dK", CM_S_TO_KM_H(GPS_speed));
|
||||
break;
|
||||
|
||||
case OSD_GPS_LAT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue