Browse Source

lowered minimum throttle

mission-4.1.18
Jason Short 13 years ago
parent
commit
4f18e7f80b
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -441,7 +441,7 @@ @@ -441,7 +441,7 @@
# define THROTTLE_FAILSAFE_ACTION 2
#endif
#ifndef MINIMUM_THROTTLE
# define MINIMUM_THROTTLE 200
# define MINIMUM_THROTTLE 120
#endif
#ifndef MAXIMUM_THROTTLE
# define MAXIMUM_THROTTLE 1000

Loading…
Cancel
Save