mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-06 06:55:07 +00:00
typeOfPacket fix
This commit is contained in:
parent
51b59ab555
commit
3ce5d08c44
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ namespace Utils {
|
|||
sender = packet.substring(0,packet.indexOf(">"));
|
||||
} else if (packetType == "Digi") {
|
||||
fifthLine = "LoRa Rx ----> LoRa Tx";
|
||||
sender = packet.substring(3,packet.indexOf(">"));
|
||||
sender = packet.substring(0,packet.indexOf(">"));
|
||||
}
|
||||
for (int i = sender.length(); i < 9; i++) {
|
||||
sender += " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue