mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-12 00:13:58 +01:00
syslog Fix
This commit is contained in:
parent
d3ebe43ebb
commit
e133d50cd9
|
|
@ -76,7 +76,7 @@ namespace GPS_Utils {
|
|||
String GPSPacket = packet.substring(packet.indexOf(":!")+3);
|
||||
String encodedLatitude = GPSPacket.substring(0,4);
|
||||
String encodedLongtitude = GPSPacket.substring(4,8);
|
||||
String comment = GPSPacket.substring(13);
|
||||
String comment = GPSPacket.substring(12);
|
||||
|
||||
int Y1 = int(encodedLatitude[0]);
|
||||
int Y2 = int(encodedLatitude[1]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue