mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-30 10:32:17 +02:00
update for gps beacon with timestamp
This commit is contained in:
@@ -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