WFLY2: auto stop bind when the RX replies

This commit is contained in:
Pascal Langer
2020-12-15 23:58:56 +01:00
parent 667058269c
commit 6d38dd2d7a
3 changed files with 119 additions and 138 deletions

View File

@@ -27,7 +27,7 @@ void A7105_WriteData(uint8_t len, uint8_t channel)
for (i = 0; i < len; i++)
SPI_Write(packet[i]);
A7105_CSN_on;
if(protocol!=PROTO_WFLY2 || phase==0)
if(protocol!=PROTO_WFLY2)
{
if(!(protocol==PROTO_FLYSKY || protocol==PROTO_KYOSHO))
{