Copter: enable AUTOTUNE for mission planner build
This commit is contained in:
parent
6876107a15
commit
0e740bd4e1
@ -22,6 +22,7 @@
|
||||
//#define LOGGING_ENABLED DISABLED // disable dataflash logging to save 11K of flash space
|
||||
//#define MOUNT DISABLED // disable the camera gimbal to save 8K of flash space
|
||||
//#define CLI_ENABLED DISABLED // disable the CLI (command-line-interface) to save 21K of flash space
|
||||
#define AUTOTUNE DISABLED // disable the auto tune functionality to save 7k of flash
|
||||
|
||||
//#define HIL_MODE HIL_MODE_SENSORS // build for hardware-in-the-loop simulation
|
||||
|
||||
|
@ -450,7 +450,7 @@
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// Auto Tuning
|
||||
#ifndef AUTOTUNE
|
||||
# define AUTOTUNE DISABLED
|
||||
# define AUTOTUNE ENABLED
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user