mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
D16 bind option (#7218)
D16 bind option, and several fixes that give MULTI live data priority vs OpenTX stored multi definitions Co-authored-by: pascallanger <pascal_langer@yahoo.fr>
This commit is contained in:
parent
2f793eba32
commit
ea11335273
20 changed files with 97 additions and 63 deletions
|
@ -926,7 +926,7 @@ const mm_protocol_definition multi_protocols[] = {
|
|||
{MM_RF_CUSTOM_SELECTED, 7, true, true, NO_SUBTYPE, STR_MULTI_OPTION},
|
||||
|
||||
// Sentinel and default for protocols not listed above (MM_RF_CUSTOM is 0xff)
|
||||
{0xfe, 0, false, true, NO_SUBTYPE, nullptr}
|
||||
{0xfe, 0, false, false, NO_SUBTYPE, nullptr}
|
||||
};
|
||||
|
||||
#undef NO_SUBTYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue