Skip to content

Commit 9e9c395

Browse files
committed
ASF: try 1
1 parent 7f3a93c commit 9e9c395

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Multiprotocol/Kyosho3_cyrf6936.ino

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ void KYOSHO3_init()
114114
debugln("ID: %02X %02X %02X",rx_tx_addr[1],rx_tx_addr[2],rx_tx_addr[3]);
115115
debugln("RF CH: %02X",hopping_frequency[0]);
116116
#endif
117+
CYRF_ConfigRFChannel(hopping_frequency[0]);
117118

118119
bind_counter=1000;
119120
phase=0;

Multiprotocol/Multiprotocol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define VERSION_MAJOR 1
2020
#define VERSION_MINOR 3
2121
#define VERSION_REVISION 4
22-
#define VERSION_PATCH_LEVEL 3
22+
#define VERSION_PATCH_LEVEL 4
2323

2424
#define MODE_SERIAL 0
2525

0 commit comments

Comments
 (0)