update for gps beacon with timestamp

This commit is contained in:
richonguzman 2024-08-21 19:11:05 -04:00
parent d0070e4381
commit 702f4abcbb
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif
String versionDate = "2024.08.19";
String versionDate = "2024.08.21";
Configuration Config;
WiFiClient espClient;

View File

@ -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!!!