mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
hwdef: enable RunCam on fpv-osd boards
This commit is contained in:
parent
9dda151a2d
commit
cdfabf2038
@ -11,9 +11,6 @@ define AP_GRIPPER_ENABLED 0
|
||||
# Sprayer isn't a vital feature for smaller boards
|
||||
define HAL_SPRAYER_ENABLED 0
|
||||
|
||||
# RunCam control isn't available on smaller boards
|
||||
define HAL_RUNCAM_ENABLED 0
|
||||
|
||||
# disable use of onboard FFT library:
|
||||
define HAL_GYROFFT_ENABLED 0
|
||||
|
||||
|
@ -11,3 +11,6 @@ define HAL_CRSF_TELEM_ENABLED 0
|
||||
|
||||
# Soaring is off by defauult on of smaller boards.
|
||||
define HAL_SOARING_ENABLED 0
|
||||
|
||||
# RunCam control isn't available on smaller boards
|
||||
define HAL_RUNCAM_ENABLED 0
|
||||
|
Loading…
Reference in New Issue
Block a user