mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Fixes #1114
This commit is contained in:
parent
43a3b3ee46
commit
84eb29cd96
1 changed files with 1 additions and 1 deletions
|
@ -5116,7 +5116,7 @@ void menuModelCustomFunctions(uint8_t event)
|
||||||
break;
|
break;
|
||||||
default: // FUNC_ADJUST_GVAR_INC
|
default: // FUNC_ADJUST_GVAR_INC
|
||||||
val_max = 1;
|
val_max = 1;
|
||||||
lcd_putsiAtt(MODEL_CUSTOM_FUNC_3RD_COLUMN, y, PSTR("\002-1+1"), val_displayed, attr);
|
lcd_putsiAtt(MODEL_CUSTOM_FUNC_3RD_COLUMN, y, PSTR("\003-=1+=1"), val_displayed, attr);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue