Browse Source

Copter: ACRO_Y_EXPO default to 0

This value affects yaw in all flight modes.  Leonard is planning to change the name to make that more clear.
mission-4.1.18
Randy Mackay 8 years ago
parent
commit
b87ad8378b
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -447,7 +447,7 @@ @@ -447,7 +447,7 @@
#endif
#ifndef ACRO_Y_EXPO_DEFAULT
#define ACRO_Y_EXPO_DEFAULT 0.3f
#define ACRO_Y_EXPO_DEFAULT 0.0f
#endif
#ifndef ACRO_THR_MID_DEFAULT

Loading…
Cancel
Save