fixed APRS dest

remotes/nogy/update_90
Georg Lukas 2010-01-08 13:20:53 +01:00
rodzic 32a6463940
commit 283e4cb8df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ object AprsPacket {
} }
def formatLoc(callsign : String, location : Location) : String = { def formatLoc(callsign : String, location : Location) : String = {
callsign + ">APRS:!" + formatLat(location.getLatitude) + "/" + callsign + ">APAND1,TCPIP*:!" + formatLat(location.getLatitude) + "/" +
formatLon(location.getLongitude) + "$" formatLon(location.getLongitude) + "$"
} }
} }