mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-08 16:05:54 +00:00
typeOfPacket fix
This commit is contained in:
parent
d7c1c70f10
commit
5e0294fb14
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ namespace DIGI_Utils {
|
|||
Sender = packet.substring(3, packet.indexOf(">"));
|
||||
if (Sender != Config.callsign) {
|
||||
STATION_Utils::updateLastHeard(Sender);
|
||||
Utils::typeOfPacket(packet, "Digi");
|
||||
Utils::typeOfPacket(packet.substring(3), "Digi");
|
||||
AddresseeAndMessage = packet.substring(packet.indexOf("::") + 2);
|
||||
Addressee = AddresseeAndMessage.substring(0, AddresseeAndMessage.indexOf(":"));
|
||||
Addressee.trim();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue