mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_BoardConfig: mark logger Write() calls as streaming where appropriate
This commit is contained in:
parent
a2790f57c0
commit
730f5cc7e8
@ -83,7 +83,7 @@ void AP_BoardConfig::set_imu_temp(float current)
|
||||
// @Field: P: Proportional portion of response
|
||||
// @Field: I: Integral portion of response
|
||||
// @Field: Out: Controller output to heating element
|
||||
AP::logger().Write("HEAT", "TimeUS,Temp,Targ,P,I,Out", "Qfbfff",
|
||||
AP::logger().WriteStreaming("HEAT", "TimeUS,Temp,Targ,P,I,Out", "Qfbfff",
|
||||
AP_HAL::micros64(),
|
||||
avg, target,
|
||||
heater.pi_controller.get_P(),
|
||||
|
Loading…
Reference in New Issue
Block a user