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(":"));