tyeofpacket update
This commit is contained in:
parent
2f07d35861
commit
0c50ce8de4
|
|
@ -263,7 +263,7 @@ namespace Utils {
|
||||||
seventhLine += "D:";
|
seventhLine += "D:";
|
||||||
seventhLine += distance;
|
seventhLine += distance;
|
||||||
seventhLine += "km";
|
seventhLine += "km";
|
||||||
} else if (packet[firstColonIndex + 1] == '`') {
|
} else if (packet[firstColonIndex + 1] == '`' || packet[firstColonIndex + 1] == '\'') {
|
||||||
sixthLine += "> MIC-E";
|
sixthLine += "> MIC-E";
|
||||||
seventhLine = seventhLineHelper;
|
seventhLine = seventhLineHelper;
|
||||||
} else if (packet[firstColonIndex + 1] == ';') {
|
} else if (packet[firstColonIndex + 1] == ';') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue