hwdef: remove AP_SERVO_TELEM_ENABLED on minimized boards

This commit is contained in:
Peter Barker 2025-01-08 22:17:31 +11:00 committed by Andy Piper
parent 20c77ae762
commit c57672a529

View File

@ -137,3 +137,7 @@ define AC_PAYLOAD_PLACE_ENABLED 0
# disable extra camera messages
define AP_CAMERA_INFO_FROM_SCRIPT_ENABLED 0
define AP_MAVLINK_MSG_VIDEO_STREAM_INFORMATION_ENABLED 0
# no servo feedback on minimized boards:
define AP_SERVO_TELEM_ENABLED 0