tyeofpacket update

This commit is contained in:
richonguzman 2024-06-30 09:24:21 -04:00
parent 2f07d35861
commit 0c50ce8de4

View file

@ -263,7 +263,7 @@ namespace Utils {
seventhLine += "D:";
seventhLine += distance;
seventhLine += "km";
} else if (packet[firstColonIndex + 1] == '`') {
} else if (packet[firstColonIndex + 1] == '`' || packet[firstColonIndex + 1] == '\'') {
sixthLine += "> MIC-E";
seventhLine = seventhLineHelper;
} else if (packet[firstColonIndex + 1] == ';') {