mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-08 16:05:54 +00:00
packet buffer added
This commit is contained in:
parent
93ada6a7cd
commit
c6094c59e8
5 changed files with 46 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue