Skip to content

Commit

Permalink
[multi] FrskyX2 updated - Fixes #3641
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis-frsky committed Mar 13, 2024
1 parent 824e775 commit cb05dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/multi/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ local function init()
system.registerMultimoduleProtocol("FrskyL", 67, {variants={"LR12", "LR12 6CH"}})
system.registerMultimoduleProtocol("FrSky V", 25, {options={RF_TUNE_OPTION}})
system.registerMultimoduleProtocol("FrskyX", 15, {variants={"CH_16", "CH_8", "EU_16", "EU_8", "Cloned", "Cloned_8"}, options={RF_TUNE_OPTION}})
system.registerMultimoduleProtocol("FrskyX2", 64, {variants={"CH_16", "CH_8", "EU_16", "EU_8", "Cloned", "Cloned_8"}, options={RF_TUNE_OPTION}})
system.registerMultimoduleProtocol("FrskyX2", 64, {variants={"CH_16", "CH_8", "EU_16", "EU_8", "Cloned", "Cloned_8"}, features=FAILSAFE, options={RF_TUNE_OPTION}})
system.registerMultimoduleProtocol("Frsky_RX", 55, {variants={"Multi", "CloneTX", "EraseTX", "CPPM"}})
system.registerMultimoduleProtocol("Futaba/SFHSS", 21, {variants={"SFHSS"}, options={RF_TUNE_OPTION}})
system.registerMultimoduleProtocol("FX", 28, {variants={"816", "620"}})
Expand Down

0 comments on commit cb05dfb

Please sign in to comment.