mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-25 01:05:08 +03:00
Temporary fix for #2418 - We will do something better later when we have
more time, as the +/-1 / GVAR / VALUE could be integrated in the Source menu ...
This commit is contained in:
parent
c05dd4597d
commit
9dc459ec43
1 changed files with 2 additions and 1 deletions
|
@ -316,7 +316,8 @@ void menuCustomFunctions(uint8_t event, CustomFunctionData * functions, CustomFu
|
||||||
case FUNC_ADJUST_GVAR_SOURCE:
|
case FUNC_ADJUST_GVAR_SOURCE:
|
||||||
val_max = MIXSRC_LAST_CH;
|
val_max = MIXSRC_LAST_CH;
|
||||||
putsMixerSource(MODEL_CUSTOM_FUNC_3RD_COLUMN, y, val_displayed, attr);
|
putsMixerSource(MODEL_CUSTOM_FUNC_3RD_COLUMN, y, val_displayed, attr);
|
||||||
INCDEC_SET_FLAG(eeFlags | INCDEC_SOURCE);
|
// TODO later, we have a conflict on [Enter Long] here ...
|
||||||
|
// INCDEC_SET_FLAG(eeFlags | INCDEC_SOURCE);
|
||||||
INCDEC_ENABLE_CHECK(isSourceAvailable);
|
INCDEC_ENABLE_CHECK(isSourceAvailable);
|
||||||
break;
|
break;
|
||||||
case FUNC_ADJUST_GVAR_GVAR:
|
case FUNC_ADJUST_GVAR_GVAR:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue