mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-05 04:57:54 +00:00
add PTF22S - Update Multiprotocol.h
This commit is contained in:
parent
edaee63f16
commit
e6b192d453
@ -481,6 +481,11 @@ enum FX
|
|||||||
FX9630 = 2,
|
FX9630 = 2,
|
||||||
FX_Q560 = 3,
|
FX_Q560 = 3,
|
||||||
};
|
};
|
||||||
|
enum SGF22
|
||||||
|
{
|
||||||
|
SGF22 = 0,
|
||||||
|
PTF22S = 1,
|
||||||
|
};
|
||||||
|
|
||||||
#define NONE 0
|
#define NONE 0
|
||||||
#define P_HIGH 1
|
#define P_HIGH 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user