mirror of https://github.com/ArduPilot/ardupilot
AP_Volz_Protocol: update logging format with integer change
This commit is contained in:
parent
34b306e107
commit
f7aabed164
|
@ -405,7 +405,7 @@ void AP_Volz_Protocol::update()
|
|||
"TimeUS,I,Dang,ang,pc,sc,pv,sv,mt,pt",
|
||||
"s#ddAAvvOO",
|
||||
"F000000000",
|
||||
"QBffffffHH",
|
||||
"QBffffffhh",
|
||||
AP_HAL::micros64(),
|
||||
i + 1, // convert to 1 indexed to match actuator IDs and SERVOx numbering
|
||||
telem.data[i].desired_angle,
|
||||
|
|
Loading…
Reference in New Issue