mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
I Add some reserve in custom functions to avoid to change EEPROM 15days
after the release ...
This commit is contained in:
parent
7cf94ec204
commit
a47ac42996
5 changed files with 29 additions and 3 deletions
|
@ -1311,6 +1311,14 @@ bool isAssignableFunctionAvailable(int16_t function)
|
|||
return false;
|
||||
#endif
|
||||
|
||||
case FUNC_PLAY_DIFF:
|
||||
case FUNC_RESERVE1:
|
||||
case FUNC_RESERVE2:
|
||||
case FUNC_RESERVE3:
|
||||
case FUNC_RESERVE4:
|
||||
case FUNC_RESERVE5:
|
||||
return false;
|
||||
|
||||
default:
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue