Skip to content

Commit fa055e9

Browse files
committed
ASF try 1
1 parent 5437d88 commit fa055e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Multiprotocol/Kyosho3_cyrf6936.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ void KYOSHO3_init()
112112
debugln("RF CH: %02X",hopping_frequency[0]);
113113
#endif
114114

115-
CYRF_ConfigRFChannel(hopping_frequency[0]);
115+
if(IS_BIND_IN_PROGRESS)
116+
CYRF_ConfigRFChannel(0x04);
117+
else
118+
CYRF_ConfigRFChannel(hopping_frequency[0]);
116119

117120
bind_counter = 8217;
118121
phase = 0;

Multiprotocol/Multiprotocol.h

Lines changed: 1 addition & 1 deletion
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 41
22+
#define VERSION_PATCH_LEVEL 42
2323

2424
#define MODE_SERIAL 0
2525

0 commit comments

Comments
 (0)