Skip to content

Commit

Permalink
Copter: force quicktune off on helis
Browse files Browse the repository at this point in the history
we could think about enabling this once it has been tested
  • Loading branch information
tridge authored and MichelleRos committed Jul 22, 2024
1 parent 68ed56d commit 785852b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ArduCopter/Copter.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
#define MOTOR_CLASS AP_MotorsMulticopter
#endif

#if FRAME_CONFIG == HELI_FRAME
// force quicktune off in heli until it has had testing
#undef QUICKTUNE_ENABLED
#define QUICKTUNE_ENABLED 0
#endif

#if MODE_AUTOROTATE_ENABLED == ENABLED
#include <AC_Autorotation/AC_Autorotation.h> // Autorotation controllers
#endif
Expand Down

0 comments on commit 785852b

Please sign in to comment.