Browse Source

Copter: reduce throttle rate D to zero

master
Randy Mackay 12 years ago
parent
commit
94d4ecef11
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -933,7 +933,7 @@ @@ -933,7 +933,7 @@
# define THROTTLE_I 0.0f
#endif
#ifndef THROTTLE_D
# define THROTTLE_D 0.2f
# define THROTTLE_D 0.0f
#endif
#ifndef THROTTLE_IMAX

Loading…
Cancel
Save