lkaino / Triflight

Triflight flight controller firmware for tricopters
http://rcexplorer.se
GNU General Public License v3.0
49 stars 19 forks source link

Missing support for CUSTOM_TRI #13

Closed Bengt-M closed 8 years ago

Bengt-M commented 8 years ago

flight/Mixer.c in three places. Line 414 and 749 and 774 (0.5-beta1)

currentMixerMode == MIXER_TRI should add " || currentMixerMode == MIXER_CUSTOM_TRI"

I think that's it.

lkaino commented 8 years ago

Ah forgot about this, so postponed for next release.