mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 13:25:20 +03:00
[PXX2] R9M/R9 BIND options added
This commit is contained in:
parent
2df7002b43
commit
3a99fcd826
29 changed files with 335 additions and 227 deletions
|
@ -75,7 +75,7 @@ bool isForcePowerOffRequested()
|
|||
|
||||
bool isModuleSynchronous(uint8_t module)
|
||||
{
|
||||
uint8_t protocol = moduleSettings[module].protocol;
|
||||
uint8_t protocol = moduleState[module].protocol;
|
||||
if (protocol == PROTOCOL_CHANNELS_PXX2 || protocol == PROTOCOL_CHANNELS_CROSSFIRE || protocol == PROTOCOL_CHANNELS_NONE)
|
||||
return true;
|
||||
#if defined(INTMODULE_USART) || defined(EXTMODULE_USART)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue