mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-04 22:03:15 +00:00
Kyosho FHSS and Syncro
Automatically binding a FHSS or a Syncro RX using FHSS
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_REVISION 3
|
||||
#define VERSION_PATCH_LEVEL 46
|
||||
#define VERSION_PATCH_LEVEL 47
|
||||
|
||||
#define MODE_SERIAL 0
|
||||
|
||||
@@ -437,9 +437,8 @@ enum HEIGHT
|
||||
};
|
||||
enum KYOSHO
|
||||
{
|
||||
KYOSHO_FHSS = 0,
|
||||
KYOSHO_HYPE = 1,
|
||||
KYOSHO_SYNCRO = 2,
|
||||
KYOSHO_FHSS = 0,
|
||||
KYOSHO_HYPE = 1,
|
||||
};
|
||||
enum JJRC345
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user