mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-09 18:32:59 +02:00
typeOfPacket fix
This commit is contained in:
+1
-1
@@ -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 += " ";
|
||||
|
||||
Reference in New Issue
Block a user