mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-19 09:35:13 +02:00
update for gps beacon with timestamp
This commit is contained in:
+1
-1
@@ -246,7 +246,7 @@ namespace Utils {
|
||||
} else if (packet[firstColonIndex + 1] == '>') {
|
||||
sixthLine += "> NEW STATUS";
|
||||
seventhLine = seventhLineHelper;
|
||||
} else if (packet[firstColonIndex + 1] == '!' || packet[firstColonIndex + 1] == '=') {
|
||||
} else if (packet[firstColonIndex + 1] == '!' || packet[firstColonIndex + 1] == '=' || packet[firstColonIndex + 1] == '@') {
|
||||
sixthLine += "> GPS BEACON";
|
||||
if (!Config.syslog.active) {
|
||||
GPS_Utils::getDistanceAndComment(packet); // to be checked!!!
|
||||
|
||||
Reference in New Issue
Block a user