Skip to content

Commit

Permalink
ASF try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Mar 25, 2024
1 parent 5acc3a8 commit eb35fef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Multiprotocol/Kyosho3_cyrf6936.ino
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ void KYOSHO3_init()
hopping_frequency[0] = 0x04;

#ifdef KYOSHO3_FORCE_ID // data taken from TX dump
rx_tx_addr[1]=0x01;
rx_tx_addr[2]=0xAB;
rx_tx_addr[3]=0x31;
rx_tx_addr[1] = 0x01;
rx_tx_addr[2] = 0xAB;
rx_tx_addr[3] = 0x31;
hopping_frequency[0] = 0x04;
#endif
#ifdef KYOSHO3_DEBUG
Expand All @@ -118,8 +118,8 @@ void KYOSHO3_init()

CYRF_ConfigRFChannel(hopping_frequency[0]);

bind_counter=1000;
phase=0;
bind_counter = 8217;
phase = 0;
}

#endif

0 comments on commit eb35fef

Please sign in to comment.