mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Issue 59 fixed
This commit is contained in:
parent
bedce98a14
commit
07ddcd1758
1 changed files with 1 additions and 1 deletions
|
@ -2595,7 +2595,7 @@ void menuProcFunctionSwitches(uint8_t event)
|
||||||
}
|
}
|
||||||
else if (sd->func <= FUNC_SAFETY_CH16) {
|
else if (sd->func <= FUNC_SAFETY_CH16) {
|
||||||
val_min = -125; val_max = 125;
|
val_min = -125; val_max = 125;
|
||||||
lcd_outdezAtt(18*FW, y, FSW_PARAM(sd), attr);
|
lcd_outdezAtt(18*FW, y, (int8_t)FSW_PARAM(sd), attr);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (attr) m_posHorz = 0;
|
if (attr) m_posHorz = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue