mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_WindVane: mark logger Write() calls as streaming where appropriate
This commit is contained in:
parent
61d5910d0a
commit
11afdb1ef2
@ -357,7 +357,7 @@ void AP_WindVane::update()
|
||||
// @Field: SpdRaw: raw wind speed direct from sensor
|
||||
// @Field: SpdApp: Apparent wind Speed
|
||||
// @Field: SpdTru: True wind speed
|
||||
AP::logger().Write("WIND", "TimeUS,DrRaw,DrApp,DrTru,SpdRaw,SpdApp,SpdTru",
|
||||
AP::logger().WriteStreaming("WIND", "TimeUS,DrRaw,DrApp,DrTru,SpdRaw,SpdApp,SpdTru",
|
||||
"sddhnnn", "F000000", "Qffffff",
|
||||
AP_HAL::micros64(),
|
||||
degrees(_direction_apparent_raw),
|
||||
|
Loading…
Reference in New Issue
Block a user