mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-10 01:53:15 +00:00
New Corona protocol and autobind bug fix
This commit is contained in:
@@ -275,7 +275,7 @@ uint16_t initV2x2()
|
||||
{
|
||||
v202_init();
|
||||
//
|
||||
if (IS_AUTOBIND_FLAG_on)
|
||||
if (IS_BIND_IN_PROGRESS)
|
||||
{
|
||||
bind_counter = V2X2_BIND_COUNT;
|
||||
phase = V202_INIT2;
|
||||
|
||||
Reference in New Issue
Block a user