Fix Flysky bug....

This commit is contained in:
Pascal Langer 2018-01-09 14:31:58 +01:00
parent e81ee38fa5
commit d3285f002e
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ uint16_t ReadFlySky()
#ifndef FORCE_FLYSKY_TUNING
A7105_AdjustLOBaseFreq(1);
#endif
if(IS_BIND_DONE)
if(IS_BIND_IN_PROGRESS)
{
flysky_build_packet(1);
A7105_WriteData(21, 1);

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_REVISION 0
#define VERSION_PATCH_LEVEL 9
#define VERSION_PATCH_LEVEL 10
//******************
// Protocols
//******************