mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-12 17:57:53 +00:00
add new protocol
This commit is contained in:
parent
f4ea988cc8
commit
38678a9904
@ -122,6 +122,13 @@ enum FRSKYX
|
||||
CH_8 = 1,
|
||||
};
|
||||
|
||||
enum HONTAI
|
||||
{
|
||||
FORMAT_HONTAI = 0,
|
||||
FORMAT_JJRCX1 = 1,
|
||||
FORMAT_X5C1 = 2
|
||||
};
|
||||
|
||||
#define NONE 0
|
||||
#define P_HIGH 1
|
||||
#define P_LOW 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user