mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 10:30:34 +08:00
Remove voltage field for MEAS sensor
This commit is contained in:
@@ -265,7 +265,6 @@ MEASAirspeed::collect()
|
||||
}
|
||||
|
||||
report.differential_pressure_raw_pa = diff_press_pa_raw;
|
||||
report.voltage = 0;
|
||||
report.max_differential_pressure_pa = _max_differential_pressure_pa;
|
||||
|
||||
if (_airspeed_pub > 0 && !(_pub_blocked)) {
|
||||
|
||||
Reference in New Issue
Block a user