forked from Archive/PX4-Autopilot
Add note about multi-port support on GCS side
This commit is contained in:
parent
87a61de670
commit
0153e334ff
|
@ -495,7 +495,8 @@ l_actuator_outputs(const struct listener *l)
|
|||
|
||||
if (gcs_link) {
|
||||
mavlink_msg_servo_output_raw_send(MAVLINK_COMM_0, last_sensor_timestamp / 1000,
|
||||
l->arg /* port number */,
|
||||
l->arg /* port number - needs GCS support */,
|
||||
/* QGC has port number support already */
|
||||
act_outputs.output[0],
|
||||
act_outputs.output[1],
|
||||
act_outputs.output[2],
|
||||
|
|
Loading…
Reference in New Issue