mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 06:26:46 +00:00
tyeofpacket update
This commit is contained in:
parent
2f07d35861
commit
0c50ce8de4
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ namespace Utils {
|
|||
seventhLine += "D:";
|
||||
seventhLine += distance;
|
||||
seventhLine += "km";
|
||||
} else if (packet[firstColonIndex + 1] == '`') {
|
||||
} else if (packet[firstColonIndex + 1] == '`' || packet[firstColonIndex + 1] == '\'') {
|
||||
sixthLine += "> MIC-E";
|
||||
seventhLine = seventhLineHelper;
|
||||
} else if (packet[firstColonIndex + 1] == ';') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue