5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-06 16:08:28 -04:00

hwdef: add ASP5033 airspeed in minimal builds

This commit is contained in:
Henry Wurzburg 2024-02-03 16:43:14 -06:00 committed by Randy Mackay
parent 9dc6b0c9c1
commit ae2c3956dc

View File

@ -122,6 +122,7 @@ define AP_MAVLINK_MSG_RELAY_STATUS_ENABLED 0
#fewer airspeed sensors
define AP_AIRSPEED_BACKEND_DEFAULT_ENABLED 0
define AP_AIRSPEED_MS4525_ENABLED 1
define AP_AIRSPEED_ASP5033_ENABLED 1
define AP_AIRSPEED_ANALOG_ENABLED 1
define AP_AIRSPEED_MS5525_ENABLED 1
define AP_AIRSPEED_SDP3X_ENABLED 1