mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-07 13:44:26 +02:00
tyeofpacket update
This commit is contained in:
+1
-1
@@ -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] == ';') {
|
||||
|
||||
Reference in New Issue
Block a user