mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
More telemetry units. GPS screen rewritten.
This commit is contained in:
parent
209589ccc7
commit
f2126a8aa6
12 changed files with 84 additions and 68 deletions
|
@ -1880,7 +1880,7 @@ void menuProcTelemetry(uint8_t event)
|
|||
if (m_posHorz == 0)
|
||||
g_model.frsky.channels[i].ratio = checkIncDec(event, g_model.frsky.channels[i].ratio, 0, 255, EE_MODEL);
|
||||
else
|
||||
CHECK_INCDEC_MODELVAR(event, g_model.frsky.channels[i].type, 0, 1);
|
||||
CHECK_INCDEC_MODELVAR(event, g_model.frsky.channels[i].type, 0, UNIT_MAX-1);
|
||||
}
|
||||
}
|
||||
subN++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue