mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-15 12:14:41 +01:00
mic-e addon
This commit is contained in:
parent
b21ce2be30
commit
2d2b54f87b
|
|
@ -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(":"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue