mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 23:38:15 +00:00
Fix Flysky bug....
This commit is contained in:
parent
e81ee38fa5
commit
d3285f002e
@ -158,7 +158,7 @@ uint16_t ReadFlySky()
|
|||||||
#ifndef FORCE_FLYSKY_TUNING
|
#ifndef FORCE_FLYSKY_TUNING
|
||||||
A7105_AdjustLOBaseFreq(1);
|
A7105_AdjustLOBaseFreq(1);
|
||||||
#endif
|
#endif
|
||||||
if(IS_BIND_DONE)
|
if(IS_BIND_IN_PROGRESS)
|
||||||
{
|
{
|
||||||
flysky_build_packet(1);
|
flysky_build_packet(1);
|
||||||
A7105_WriteData(21, 1);
|
A7105_WriteData(21, 1);
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 2
|
#define VERSION_MINOR 2
|
||||||
#define VERSION_REVISION 0
|
#define VERSION_REVISION 0
|
||||||
#define VERSION_PATCH_LEVEL 9
|
#define VERSION_PATCH_LEVEL 10
|
||||||
//******************
|
//******************
|
||||||
// Protocols
|
// Protocols
|
||||||
//******************
|
//******************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user