From 0c50ce8de4dbd5f399679f2a23e6ce31a0af9d33 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sun, 30 Jun 2024 09:24:21 -0400 Subject: [PATCH] tyeofpacket update --- src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] == ';') {