mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: rename FXY logging to FHXY
this keeps the log messages appearing directly below the related FHLD when looking in the MP log viewer
This commit is contained in:
parent
bbd051b246
commit
69626ba855
@ -478,7 +478,7 @@ void Copter::ModeFlowHold::update_height_estimate(void)
|
||||
// new height estimate for logging
|
||||
height_estimate = ins_height + height_offset;
|
||||
|
||||
AP::logger().Write("FXY", "TimeUS,DFx,DFy,DVx,DVy,Hest,DH,Hofs,InsH,LastInsH,DTms", "QfffffffffI",
|
||||
AP::logger().Write("FHXY", "TimeUS,DFx,DFy,DVx,DVy,Hest,DH,Hofs,InsH,LastInsH,DTms", "QfffffffffI",
|
||||
AP_HAL::micros64(),
|
||||
(double)delta_flowrate.x,
|
||||
(double)delta_flowrate.y,
|
||||
|
Loading…
Reference in New Issue
Block a user