From 1d32e5936040e3dcd5ef10d2d2aab9a7a602dc79 Mon Sep 17 00:00:00 2001 From: Tyrone CT Date: Mon, 11 Aug 2025 18:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CapMachine.Wpf/CanDrive/ToomossCan.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CapMachine.Wpf/CanDrive/ToomossCan.cs b/CapMachine.Wpf/CanDrive/ToomossCan.cs index 6c20e68..e91a55a 100644 --- a/CapMachine.Wpf/CanDrive/ToomossCan.cs +++ b/CapMachine.Wpf/CanDrive/ToomossCan.cs @@ -962,6 +962,9 @@ namespace CapMachine.Wpf.CanDrive return; } + //约定使用Index=0 1号调度器 + + foreach (var itemGroupMsg in GroupMsg) { if (itemGroupMsg == null) continue;