mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: disable OSD parameters on F7 1Mb boards with SD cards
This commit is contained in:
parent
85b599b2d7
commit
570fd59c39
|
@ -142,6 +142,7 @@ define HAL_BOARD_TERRAIN_DIRECTORY "/APM/TERRAIN"
|
|||
|
||||
# setup for OSD
|
||||
define OSD_ENABLED 1
|
||||
define OSD_PARAM_ENABLED 0
|
||||
define HAL_OSD_TYPE_DEFAULT 1
|
||||
ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
|
||||
|
||||
|
|
|
@ -137,5 +137,6 @@ define HAL_SPRAYER_ENABLED 0
|
|||
BARO BMP280 SPI:bmp280
|
||||
|
||||
define OSD_ENABLED 1
|
||||
define OSD_PARAM_ENABLED 0
|
||||
define HAL_OSD_TYPE_DEFAULT 1
|
||||
ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
|
||||
|
|
Loading…
Reference in New Issue