1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +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

@ -37,7 +37,9 @@ static const char * const mixerNames[] = {
"TRI", "QUADP", "QUADX", "BI",
"GIMBAL", "Y6", "HEX6",
"FLYING_WING", "Y4", "HEX6X", "OCTOX8", "OCTOFLATP", "OCTOFLATX",
"AIRPLANE", "HELI_120_CCPM", "HELI_90_DEG", "VTAIL4", "CUSTOM", NULL
"AIRPLANE", "HELI_120_CCPM", "HELI_90_DEG", "VTAIL4",
"HEX6H", "PPM_TO_SERVO", "DUALCOPTER", "SINGLECOPTER",
"CUSTOM", NULL
};
// sync this with AvailableFeatures enum from board.h