mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 13:25:20 +03:00
Issue #831 fixed
This commit is contained in:
parent
8a31de751f
commit
2d7c275d82
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ void displayTopBar()
|
||||||
/* Altitude */
|
/* Altitude */
|
||||||
if (g_model.frsky.altitudeDisplayed && TELEMETRY_BARO_ALT_AVAILABLE()) {
|
if (g_model.frsky.altitudeDisplayed && TELEMETRY_BARO_ALT_AVAILABLE()) {
|
||||||
LCD_ICON(altitude_icon_x, BAR_Y, ICON_ALTITUDE);
|
LCD_ICON(altitude_icon_x, BAR_Y, ICON_ALTITUDE);
|
||||||
putsTelemetryValue(altitude_icon_x+2*FW-1, BAR_Y+1, TELEMETRY_RELATIVE_BARO_ALT_BP, UNIT_SPEED, LEFT);
|
putsTelemetryValue(altitude_icon_x+2*FW-1, BAR_Y+1, TELEMETRY_RELATIVE_BARO_ALT_BP, UNIT_DIST, LEFT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue