From 2d2b54f87b166fab215013150b7fedc42acbf16d Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 8 Dec 2023 15:57:32 -0300 Subject: [PATCH] mic-e addon --- src/station_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/station_utils.cpp b/src/station_utils.cpp index ef9deff..5b34185 100644 --- a/src/station_utils.cpp +++ b/src/station_utils.cpp @@ -89,7 +89,7 @@ void checkBuffer() { } void updatePacketBuffer(String packet) { - if ((packet.indexOf(":!") == -1) && (packet.indexOf(":=") == -1) && (packet.indexOf(":>") == -1)) { + if ((packet.indexOf(":!") == -1) && (packet.indexOf(":=") == -1) && (packet.indexOf(":>") == -1) && (packet.indexOf(":'") == -1)) { String sender = packet.substring(3,packet.indexOf(">")); String tempAddressee = packet.substring(packet.indexOf("::") + 2); String addressee = tempAddressee.substring(0,tempAddressee.indexOf(":"));