ASF try 1

This commit is contained in:
pascallanger 2025-02-27 16:56:58 +01:00
parent 5437d88642
commit fa055e991c
2 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -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