Skip to content

Commit

Permalink
ArduSub: Adapt to upstream mavlink changes to the SCALED_PRESSURE* me…
Browse files Browse the repository at this point in the history
…ssages
  • Loading branch information
amilcarlucas authored and tridge committed Jul 28, 2020
1 parent 49499d1 commit 5e1d745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ArduSub/GCS_Mavlink.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit 5e1d745

Please sign in to comment.