mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 18:38:28 -04:00
updated Logs to give me better Yaw information
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1910 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
38e57bccb0
commit
757a25553d
@ -377,9 +377,9 @@ void Log_Write_Control_Tuning()
|
||||
DataFlash.WriteByte(LOG_CONTROL_TUNING_MSG);
|
||||
|
||||
// Control
|
||||
DataFlash.WriteInt((int)(g.rc_1.servo_out));
|
||||
DataFlash.WriteInt((int)(g.rc_2.servo_out));
|
||||
DataFlash.WriteInt((int)(g.rc_3.control_in));
|
||||
DataFlash.WriteInt((int)(g.rc_3.servo_out));
|
||||
DataFlash.WriteInt((int)(g.rc_4.control_in));
|
||||
DataFlash.WriteInt((int)(g.rc_4.servo_out));
|
||||
|
||||
// Yaw mode
|
||||
|
Loading…
Reference in New Issue
Block a user