1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

add untested mixers - HEX6H, dual/single copter, to match mixer IDs with MultiWiiConf

This commit is contained in:
dongie 2013-11-02 08:17:31 +09:00
parent 203e46daa6
commit 7eec3aec9e
3 changed files with 54 additions and 3 deletions

View file

@ -40,8 +40,12 @@ typedef enum MultiType
MULTITYPE_HELI_120_CCPM = 15,
MULTITYPE_HELI_90_DEG = 16,
MULTITYPE_VTAIL4 = 17,
MULTITYPE_CUSTOM = 18, // no current GUI displays this
MULTITYPE_LAST = 19
MULTITYPE_HEX6H = 18,
MULTITYPE_PPM_TO_SERVO = 19, // PPM -> servo relay
MULTITYPE_DUALCOPTER = 20,
MULTITYPE_SINGLECOPTER = 21,
MULTITYPE_CUSTOM = 22, // no current GUI displays this
MULTITYPE_LAST = 23
} MultiType;
typedef enum GimbalFlags {