mirror of https://github.com/ArduPilot/ardupilot
made default flight mode + config
git-svn-id: https://arducopter.googlecode.com/svn/trunk@50 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
ca21fc01ee
commit
2db587909d
|
@ -210,8 +210,8 @@ int ch_aux2;
|
||||||
#define MIN_THROTTLE 1040 // Throttle pulse width at minimun...
|
#define MIN_THROTTLE 1040 // Throttle pulse width at minimun...
|
||||||
|
|
||||||
// Motor variables
|
// Motor variables
|
||||||
//#define FLIGHT_MODE_+
|
#define FLIGHT_MODE_+
|
||||||
#define FLIGHT_MODE_X
|
//#define FLIGHT_MODE_X
|
||||||
int frontMotor;
|
int frontMotor;
|
||||||
int backMotor;
|
int backMotor;
|
||||||
int leftMotor;
|
int leftMotor;
|
||||||
|
|
Loading…
Reference in New Issue