Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2142 → Rev 2143

/branches/dongfang_FC_fixedwing/configuration.c
134,8 → 134,11
staticParams.IFactor = 52;
 
staticParams.airspeedCorrection = 1;
staticParams.isFlyingThreshold = 10;
staticParams.isFlyingThreshold = 4;
 
staticParams.minFlashAirspeed = 5;
staticParams.maxFlashAirspeed = 9;
 
// Servos
staticParams.servoCount = 7;
staticParams.servos[CONTROL_ELEVATOR].reverse = 1;