This commit is contained in:
Ricardo Guzman (Richonguzman)
2025-12-18 09:28:56 -03:00
parent c7a0e3773b
commit 5ba9c5b382
+1 -1
View File
@@ -153,7 +153,7 @@ namespace GPS_Utils {
if (encodedBytePosition != 0) {
char currentChar = packet[encodedBytePosition];
if (currentChar == 'G' || currentChar == 'Q' || currentChar == '[' || currentChar == 'H' || currentChar == 'X') {
if (currentChar == 'G' || currentChar == 'Q' || currentChar == '[' || currentChar == 'H' || currentChar == 'X' || currentChar == '3') {
return decodeEncodedGPS(packet); // If valid encoded data position is found, decode it
} else {
return getReceivedGPS(packet);