packet buffer added

This commit is contained in:
richonguzman 2023-09-05 01:08:18 -03:00
parent 93ada6a7cd
commit c6094c59e8
5 changed files with 46 additions and 4 deletions

View file

@ -29,6 +29,7 @@ void processPacket(String packet) {
Serial.println(" ---> APRS LoRa Packet");
String sender = packet.substring(3,packet.indexOf(">"));
STATION_Utils::updateLastHeard(sender);
STATION_Utils::updatePacketBuffer(packet);
Utils::typeOfPacket(packet, "Digi");
if ((stationMode==3 || stationMode==5) && (packet.indexOf("WIDE1-1") > 10)) {
loraPacket = packet.substring(3);