mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-08-01 18:48:59 +00:00
SBUS and CPPM output
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_REVISION 2
|
||||
#define VERSION_PATCH_LEVEL 55
|
||||
#define VERSION_PATCH_LEVEL 56
|
||||
|
||||
#define MODE_SERIAL 0
|
||||
|
||||
@@ -378,6 +378,8 @@ enum FRSKY_RX
|
||||
FRSKY_RX = 0,
|
||||
FRSKY_CLONE = 1,
|
||||
FRSKY_ERASE = 2,
|
||||
FRSKY_SBUS = 3,
|
||||
FRSKY_CPPM = 4,
|
||||
};
|
||||
|
||||
enum FRSKYL
|
||||
|
||||
Reference in New Issue
Block a user