Kyosho/FHSS fix?

This commit is contained in:
Pascal Langer 2021-04-17 11:52:21 +02:00
parent 756e9b3213
commit 4a1c986dd0
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ void A7105_WriteData(uint8_t len, uint8_t channel)
A7105_CSN_on; A7105_CSN_on;
if(protocol!=PROTO_WFLY2) if(protocol!=PROTO_WFLY2)
{ {
if(!(protocol==PROTO_FLYSKY || protocol==PROTO_KYOSHO)) if(!(protocol==PROTO_FLYSKY || (protocol==PROTO_KYOSHO && sub_protocol==KYOSHO_HYPE))
{ {
A7105_Strobe(A7105_STANDBY); //Force standby mode, ie cancel any TX or RX... A7105_Strobe(A7105_STANDBY); //Force standby mode, ie cancel any TX or RX...
A7105_SetTxRxMode(TX_EN); //Switch to PA A7105_SetTxRxMode(TX_EN); //Switch to PA

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 2 #define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 73 #define VERSION_PATCH_LEVEL 74
#define MODE_SERIAL 0 #define MODE_SERIAL 0