FrSkyRX: added sub_protocol, documentation and more

This commit is contained in:
Pascal Langer
2020-04-10 19:32:50 +02:00
parent 08a555f187
commit cde77a88fd
9 changed files with 70 additions and 44 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 0
#define VERSION_PATCH_LEVEL 84
#define VERSION_PATCH_LEVEL 85
//******************
// Protocols
@@ -334,6 +334,12 @@ enum ESKY
ESKY_ET4 = 1,
};
enum FRSKY_RX
{
FRSKY_RX = 0,
FRSKY_CLONE = 1,
};
#define NONE 0
#define P_HIGH 1
#define P_LOW 0
@@ -887,6 +893,9 @@ Serial: 100000 Baud 8e2 _ xxxx xxxx p --
sub_protocol==ESKY
ESKY_STD 0
ESKY_ET4 1
sub_protocol==FRSKY_RX
FRSKY_RX = 0,
FRSKY_CLONE = 1,
Power value => 0x80 0=High/1=Low
Stream[3] = option_protocol;