sign: fix incorrect code added by mistake in a79bbb1f
This commit is contained in:
parent
9de3f96b20
commit
1f4a825042
@ -723,7 +723,7 @@ void PortsWindow::on_actionPort_Configuration_triggered()
|
||||
// we want only the modifiable fields populated to send to Drone
|
||||
// TODO: extend Port::protoDataCopyInto() to accept an optional param
|
||||
// which says copy only modifiable fields
|
||||
plm->port(current).protoDataCopyInto(&config);
|
||||
//plm->port(current).protoDataCopyInto(&config);
|
||||
config.set_transmit_mode(plm->port(current).transmitMode());
|
||||
config.set_streams_type(plm->port(current).streamsType());
|
||||
config.set_is_exclusive_control(plm->port(current).hasExclusiveControl());
|
||||
|
Loading…
Reference in New Issue
Block a user