For Elevon mode: Aileron CH1 is Right hand servo, Elevator CH2 is Left hand servo (reference as if you were sitting in cockpit)
I set up my Stryker_II #defines like this it should work for wing also..
#define MIXING_MODE 1 //Servo mixing mode 0 = Normal, 1 = V-tail (v tail not tested yet).
// RADIO
//3-1
#define SET_RADIO_LIMITS 0 // 0 = no, 1 = set the limits of the Channels with the radio at launch each time
//3-2
//
//3-3
#define RADIO_TYPE 0 // 0 = sequential PWM pulses(Fasst, Spektrums), 1 = simultaneous PWM pulses (Corona RP8D1)
//3-4
#define CH1_MIN 1290 // (Microseconds) Range of Ailerons/ Rudder, Left Elevon
//3-5 // center= ~1490
#define CH1_MAX 1890 // (Microseconds)
//3-6
#define CH2_MIN 1290 // (Microseconds) Range of Elevator, Right Elevon
//3-7 // center= ~1490
#define CH2_MAX 1890 // (Microseconds)
//3-8
#define CH3_TRIM 1015 // (Microseconds) Trims are normally set automatically in setup.
//3-9
#define THROTTLE_IN 1 // (boolean) Disables throttle when set to 0
//3-10
#define THROTTLE_OUT 1 // 1 = throttle, 0 = no throttle at all! (good for saving fingers on the bench.)
I also set up transmitter with no sub trims on CH1 AIL or CH2 ELE
Replies
I set up my Stryker_II #defines like this it should work for wing also..
#define MIXING_MODE 1 //Servo mixing mode 0 = Normal, 1 = V-tail (v tail not tested yet).
// RADIO
//3-1
#define SET_RADIO_LIMITS 0 // 0 = no, 1 = set the limits of the Channels with the radio at launch each time
//3-2
//
//3-3
#define RADIO_TYPE 0 // 0 = sequential PWM pulses(Fasst, Spektrums), 1 = simultaneous PWM pulses (Corona RP8D1)
//3-4
#define CH1_MIN 1290 // (Microseconds) Range of Ailerons/ Rudder, Left Elevon
//3-5 // center= ~1490
#define CH1_MAX 1890 // (Microseconds)
//3-6
#define CH2_MIN 1290 // (Microseconds) Range of Elevator, Right Elevon
//3-7 // center= ~1490
#define CH2_MAX 1890 // (Microseconds)
//3-8
#define CH3_TRIM 1015 // (Microseconds) Trims are normally set automatically in setup.
//3-9
#define THROTTLE_IN 1 // (boolean) Disables throttle when set to 0
//3-10
#define THROTTLE_OUT 1 // 1 = throttle, 0 = no throttle at all! (good for saving fingers on the bench.)
I also set up transmitter with no sub trims on CH1 AIL or CH2 ELE
Let us know how it goes.