Browse Source

Lowering the throttle_P values by default

master
Jason Short 13 years ago
parent
commit
02aacc454b
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -677,7 +677,7 @@ @@ -677,7 +677,7 @@
// RATE control
#ifndef THROTTLE_P
# define THROTTLE_P 0.5 //
# define THROTTLE_P 0.35 //
#endif
#ifndef THROTTLE_I
# define THROTTLE_I 0.0 //

Loading…
Cancel
Save