mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Issue #592 - Stay logical switches function added. Range also prepared
to avoid another EEPROM change in a future release.
This commit is contained in:
parent
f7f1de4e94
commit
9894fda194
12 changed files with 279 additions and 102 deletions
|
@ -1291,5 +1291,10 @@ bool isSwitchAvailable(int16_t swtch)
|
|||
return true;
|
||||
}
|
||||
|
||||
// Not available yet, will be needed if we implement the Range function later...
|
||||
bool isFunctionAvailable(int16_t function)
|
||||
{
|
||||
return function != CS_RANGE;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue