From a25756409dc4919a1acc15b5f538689df1fd8718 Mon Sep 17 00:00:00 2001 From: Michael Oborne Date: Tue, 28 May 2024 10:42:10 +1000 Subject: [PATCH] MainV2: dronecan update check non exclusive. --- MainV2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainV2.cs b/MainV2.cs index 0042179263..c232af3d37 100644 --- a/MainV2.cs +++ b/MainV2.cs @@ -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) => {