io板卡兼容优化

This commit is contained in:
2026-07-20 16:33:09 +08:00
parent 48492973c3
commit 7f2721ab11
6 changed files with 224 additions and 36 deletions
+4
View File
@@ -568,6 +568,10 @@ namespace UIShare
{
instance = _deviceManager.CANFD;
}
else if (targetType.Name == "IOBoardGroup")
{
instance = _deviceManager.IOGroup;
}
else instance = _deviceManager.DeviceMap[targetType.Name];
}
catch (Exception ex)