Browse Source

Plane: changed FBW min to 9 m/s

6 m/s is too dangerous for widely used planes
master
Andrew Tridgell 12 years ago
parent
commit
b16e3e4c85
  1. 2
      ArduPlane/config.h

2
ArduPlane/config.h

@ -428,7 +428,7 @@ @@ -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

Loading…
Cancel
Save