mirror of https://github.com/ArduPilot/ardupilot
ArduSub: Adapt to upstream mavlink changes to the SCALED_PRESSURE* messages
This commit is contained in:
parent
7067cbdafd
commit
664b181d16
|
@ -107,7 +107,8 @@ void GCS_MAVLINK_Sub::send_scaled_pressure3()
|
|||
AP_HAL::millis(),
|
||||
0,
|
||||
0,
|
||||
sub.celsius.temperature() * 100);
|
||||
sub.celsius.temperature() * 100,
|
||||
0); // TODO: use differential pressure temperature
|
||||
}
|
||||
|
||||
bool GCS_MAVLINK_Sub::send_info()
|
||||
|
|
Loading…
Reference in New Issue