hwdef: remove more features from SkyViper

This commit is contained in:
Peter Barker 2023-04-06 23:35:20 +10:00 committed by Andrew Tridgell
parent 271571e29c
commit 5121b33c03

View File

@ -185,4 +185,24 @@ define AP_PROXIMITY_MAV_ENABLED 1
define AP_VISUALODOM_BACKEND_DEFAULT_ENABLED 0
define AP_VISUALODOM_MAV_ENABLED 1
// no OSD on SkyViper
define OSD_ENABLED 0
define OSD_PARAM_ENABLED 0
// no MSP:
define HAL_WITH_MSP_DISPLAYPORT 0
define HAL_MSP_ENABLED 0
// no UCP ADSB sensors:
define HAL_ADSB_UCP_ENABLED 0
// no auxiliary temperature sensors:
define AP_TEMPERATURE_SENSOR_ENABLED 0
// no LTM telemetry
define AP_LTM_TELEM_ENABLED 0
// no buttons on SkyViper:
define HAL_BUTTON_ENABLED 0
AUTOBUILD_TARGETS Copter