1
0
Fork 0
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:
Arne Schwabe 2017-03-14 11:36:47 +01:00 committed by Andre Bernet
parent 457b271c86
commit 3de35e5b60

View file

@ -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;
}