CAN设置添加
This commit is contained in:
@@ -564,7 +564,11 @@ namespace UIShare
|
||||
{
|
||||
try
|
||||
{
|
||||
instance = _deviceManager.DeviceMap[targetType.Name];
|
||||
if(targetType.Name== "ZLGCANFD")
|
||||
{
|
||||
instance = _deviceManager.CANFD;
|
||||
}
|
||||
else instance = _deviceManager.DeviceMap[targetType.Name];
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user