diff --git a/src/utils.cpp b/src/utils.cpp index f9e8426..c653e48 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -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] == ';') {