mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
Fixes 607
This commit is contained in:
parent
d695b53548
commit
8936b3feec
13 changed files with 12 additions and 1 deletions
|
@ -2888,7 +2888,7 @@ void menuModelExpoOne(uint8_t event)
|
|||
{
|
||||
#if defined(PCBTARANIS)
|
||||
case EXPO_FIELD_INPUT_NAME:
|
||||
editSingleName(EXPO_ONE_2ND_COLUMN, y, "Input Name", g_model.inputNames[ed->chn], sizeof(g_model.inputNames[ed->chn]), event, attr);
|
||||
editSingleName(EXPO_ONE_2ND_COLUMN, y, STR_INPUTNAME, g_model.inputNames[ed->chn], sizeof(g_model.inputNames[ed->chn]), event, attr);
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue