mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-03-15 12:59:09 +00:00
ASF try 1
This commit is contained in:
parent
5437d88642
commit
fa055e991c
@ -112,7 +112,10 @@ void KYOSHO3_init()
|
|||||||
debugln("RF CH: %02X",hopping_frequency[0]);
|
debugln("RF CH: %02X",hopping_frequency[0]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CYRF_ConfigRFChannel(hopping_frequency[0]);
|
if(IS_BIND_IN_PROGRESS)
|
||||||
|
CYRF_ConfigRFChannel(0x04);
|
||||||
|
else
|
||||||
|
CYRF_ConfigRFChannel(hopping_frequency[0]);
|
||||||
|
|
||||||
bind_counter = 8217;
|
bind_counter = 8217;
|
||||||
phase = 0;
|
phase = 0;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 3
|
#define VERSION_MINOR 3
|
||||||
#define VERSION_REVISION 4
|
#define VERSION_REVISION 4
|
||||||
#define VERSION_PATCH_LEVEL 41
|
#define VERSION_PATCH_LEVEL 42
|
||||||
|
|
||||||
#define MODE_SERIAL 0
|
#define MODE_SERIAL 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user