-
Hello, I have a X18RS and I have installed a 4 in 1 multi module. I have quite a few devo rxs I want to bind to. I have been able to bind to a devo rx which is great. I do not see a way though to set the Fixed id in the transmitter as I would in a devo tx. The fixed id is preferable as it quick connects to the radio and will auto reconnect if the radio is turned off then back on after being bound to a rx. How would I set the fixed id? It seems like it should be possible based on the instructions here: https://www.multi-module.org/using-the-module/protocol-details/devo . Perhaps the multi lua script can be modified to include the fixed id options? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I think I solved this by modifying the lua script. From my testing with a devo rx, this appears to be working, but this is my first attempt at writing lua script (I do have many years as a c# dev) and I'm not positive it's 100 percent correct. Functionally, it does work as expected. All the behaviors mimic that of a devo transmitter with fixed id set. If the code seems right, I'll issue a merge/pull request.
Code:
|
Beta Was this translation helpful? Give feedback.
-
It seems perfect to me :) |
Beta Was this translation helpful? Give feedback.
-
May I ask you to help Didier on his request? It seems a similar change ... |
Beta Was this translation helpful? Give feedback.
-
Normally you have to open a fork and create a PR, then you delete the fork - or not ;) |
Beta Was this translation helpful? Give feedback.
I think I solved this by modifying the lua script. From my testing with a devo rx, this appears to be working, but this is my first attempt at writing lua script (I do have many years as a c# dev) and I'm not positive it's 100 percent correct. Functionally, it does work as expected. All the behaviors mimic that of a devo transmitter with fixed id set. If the code seems right, I'll issue a merge/pull request.