AP_HAL_ChibiOS: disable OSD parameters on F7 1Mb boards with SD cards

This commit is contained in:
Andy Piper 2020-09-09 17:56:32 +01:00 committed by Andrew Tridgell
parent 85b599b2d7
commit 570fd59c39
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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