mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Gauges Min and Max units were wrong
This commit is contained in:
parent
7fa15005ab
commit
f281fcb920
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ void putsTelemetryValue(uint8_t x, uint8_t y, int16_t val, uint8_t unit, uint8_t
|
|||
lcd_putsiAtt(lcd_lastPos+1, y, STR_VTELEMUNIT, unit, 0);
|
||||
}
|
||||
|
||||
const pm_uint8_t bchunit_ar[] = {
|
||||
static const pm_uint8_t bchunit_ar[] PROGMEM = {
|
||||
UNIT_METERS, // Alt
|
||||
UNIT_RAW, // Rpm
|
||||
UNIT_PERCENT, // Fuel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue