Skip to content

Commit

Permalink
MainV2: dronecan update check non exclusive.
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed May 28, 2024
1 parent 7926010 commit a257564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,7 @@ public void doConnect(MAVLinkInterface comPort, string portname, string baud, bo
}

return true;
}, (byte)MainV2.comPort.sysidcurrent, (byte)MainV2.comPort.compidcurrent, true);
}, (byte)MainV2.comPort.sysidcurrent, (byte)MainV2.comPort.compidcurrent, false);

can.NodeAdded += (id, status) =>
{
Expand Down

0 comments on commit a257564

Please sign in to comment.