New Corona protocol and autobind bug fix

This commit is contained in:
Pascal Langer
2018-01-03 13:04:58 +01:00
parent d70d8f62a4
commit 70db505dd9
38 changed files with 366 additions and 77 deletions

View File

@@ -115,7 +115,7 @@ static void __attribute__((unused)) FRSKYV_build_data_packet()
uint16_t ReadFRSKYV()
{
if(IS_BIND_DONE_on)
if(IS_BIND_DONE)
{ // Normal operation
uint8_t chan = FRSKYV_calc_channel();
CC2500_Strobe(CC2500_SIDLE);