mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
[AR9X/9XPRO] Fix multi module not selectable for not Frsky radios (fix #4607)
This commit is contained in:
parent
457b271c86
commit
3de35e5b60
1 changed files with 2 additions and 0 deletions
|
@ -860,6 +860,8 @@ int OpenTxFirmware::isAvailable(PulsesProtocol proto, int port)
|
|||
case PULSES_DSM2:
|
||||
case PULSES_DSMX:
|
||||
return 1;
|
||||
case PULSES_MULTIMODULE:
|
||||
return id.contains("multimodule") ? 1 : 0;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue