mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 21:08:12 +00:00
Kyosho/FHSS fix?
This commit is contained in:
parent
756e9b3213
commit
4a1c986dd0
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user