mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-11 18:34:19 -04:00
hwdef: enable SmartAudio on fpv-osd boards
This commit is contained in:
parent
cdfabf2038
commit
19b066a46a
@ -26,9 +26,6 @@ define AP_GPS_SIRF_ENABLED 0
|
|||||||
# no moving baseline support:
|
# no moving baseline support:
|
||||||
define GPS_MOVING_BASELINE 0
|
define GPS_MOVING_BASELINE 0
|
||||||
|
|
||||||
# minimized boards don't get configuration via SmartAudio by default:
|
|
||||||
define AP_SMARTAUDIO_ENABLED 0
|
|
||||||
|
|
||||||
# minimized boards don't get configuration via Tramp by default:
|
# minimized boards don't get configuration via Tramp by default:
|
||||||
define AP_TRAMP_ENABLED 0
|
define AP_TRAMP_ENABLED 0
|
||||||
|
|
||||||
|
@ -14,3 +14,6 @@ define HAL_SOARING_ENABLED 0
|
|||||||
|
|
||||||
# RunCam control isn't available on smaller boards
|
# RunCam control isn't available on smaller boards
|
||||||
define HAL_RUNCAM_ENABLED 0
|
define HAL_RUNCAM_ENABLED 0
|
||||||
|
|
||||||
|
# minimized boards don't get configuration via SmartAudio by default:
|
||||||
|
define AP_SMARTAUDIO_ENABLED 0
|
||||||
|
Loading…
Reference in New Issue
Block a user