|
@@ -340,9 +340,9 @@ namespace Welling_Motor_Debug_Tool
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- if (str.Trim().Substring(0, 1).ToUpper() == "D")
|
|
|
+ if (str.Trim().Substring(0, 1) == "d")
|
|
|
{
|
|
|
- strList.Add(str.Substring(55).Trim());
|
|
|
+ strList.Add(str.Split(' ')[str.Split(' ').Length - 1].Trim());
|
|
|
}
|
|
|
}
|
|
|
}
|