hwdef: removed QAUTOTUNE disable
now disabled by default
This commit is contained in:
parent
5c6be69624
commit
8edaf88efa
@ -182,13 +182,11 @@ include ../include/minimize_fpv_osd.inc
|
|||||||
#undef AP_LANDINGGEAR_ENABLED
|
#undef AP_LANDINGGEAR_ENABLED
|
||||||
#undef HAL_MOUNT_ENABLED
|
#undef HAL_MOUNT_ENABLED
|
||||||
#undef HAL_MOUNT_SERVO_ENABLED
|
#undef HAL_MOUNT_SERVO_ENABLED
|
||||||
#undef QAUTOTUNE_ENABLED
|
|
||||||
|
|
||||||
#define AP_CAMERA_MOUNT_ENABLED 1
|
#define AP_CAMERA_MOUNT_ENABLED 1
|
||||||
#define AP_LANDINGGEAR_ENABLED 1
|
#define AP_LANDINGGEAR_ENABLED 1
|
||||||
#define HAL_MOUNT_ENABLED 1
|
#define HAL_MOUNT_ENABLED 1
|
||||||
#define HAL_MOUNT_SERVO_ENABLED 1
|
#define HAL_MOUNT_SERVO_ENABLED 1
|
||||||
#define QAUTOTUNE_ENABLED 1
|
|
||||||
|
|
||||||
#define DEFAULT_NTF_LED_TYPES 257
|
#define DEFAULT_NTF_LED_TYPES 257
|
||||||
|
|
||||||
|
@ -174,12 +174,10 @@ include ../include/minimize_fpv_osd.inc
|
|||||||
undef AP_CAMERA_MOUNT_ENABLED
|
undef AP_CAMERA_MOUNT_ENABLED
|
||||||
undef HAL_MOUNT_ENABLED
|
undef HAL_MOUNT_ENABLED
|
||||||
undef HAL_MOUNT_SERVO_ENABLED
|
undef HAL_MOUNT_SERVO_ENABLED
|
||||||
undef QAUTOTUNE_ENABLED
|
|
||||||
|
|
||||||
define AP_CAMERA_MOUNT_ENABLED 1
|
define AP_CAMERA_MOUNT_ENABLED 1
|
||||||
define HAL_MOUNT_ENABLED 1
|
define HAL_MOUNT_ENABLED 1
|
||||||
define AP_MOUNT_BACKEND_DEFAULT_ENABLED 0
|
define AP_MOUNT_BACKEND_DEFAULT_ENABLED 0
|
||||||
define HAL_MOUNT_SERVO_ENABLED 1
|
define HAL_MOUNT_SERVO_ENABLED 1
|
||||||
define QAUTOTUNE_ENABLED 1
|
|
||||||
|
|
||||||
define DEFAULT_NTF_LED_TYPES 257
|
define DEFAULT_NTF_LED_TYPES 257
|
||||||
|
@ -102,7 +102,6 @@ define AP_LANDINGGEAR_ENABLED APM_BUILD_COPTER_OR_HELI
|
|||||||
# Plane-specific defines; these defines are only used in the Plane
|
# Plane-specific defines; these defines are only used in the Plane
|
||||||
# directory, but are seen across the entire codebase:
|
# directory, but are seen across the entire codebase:
|
||||||
define AP_PLANE_OFFBOARD_GUIDED_SLEW_ENABLED 0
|
define AP_PLANE_OFFBOARD_GUIDED_SLEW_ENABLED 0
|
||||||
define QAUTOTUNE_ENABLED 0
|
|
||||||
|
|
||||||
# Copter-specific defines; these defines are only used in the Copter
|
# Copter-specific defines; these defines are only used in the Copter
|
||||||
# directory, but are seen across the entire codebase:
|
# directory, but are seen across the entire codebase:
|
||||||
|
Loading…
Reference in New Issue
Block a user