mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-25 21:03:15 +00:00
New Corona protocol and autobind bug fix
This commit is contained in:
@@ -428,7 +428,7 @@ uint16_t initHubsan()
|
||||
channel = allowed_ch[MProtocol_id % sizeof(allowed_ch)];
|
||||
hubsan_id_data=ID_NORMAL;
|
||||
|
||||
if(IS_AUTOBIND_FLAG_on || sub_protocol==H107)
|
||||
if(IS_BIND_IN_PROGRESS || sub_protocol==H107)
|
||||
{
|
||||
BIND_IN_PROGRESS; // autobind protocol
|
||||
phase = BIND_1;
|
||||
|
||||
Reference in New Issue
Block a user