Plane: changed FBW min to 9 m/s

6 m/s is too dangerous for widely used planes
This commit is contained in:
Andrew Tridgell 2013-08-17 07:01:25 +10:00
parent 8dd0aa12ed
commit b16e3e4c85

View File

@ -428,7 +428,7 @@
// FLY_BY_WIRE_B airspeed control
//
#ifndef AIRSPEED_FBW_MIN
# define AIRSPEED_FBW_MIN 6
# define AIRSPEED_FBW_MIN 9
#endif
#ifndef AIRSPEED_FBW_MAX
# define AIRSPEED_FBW_MAX 22