added default status message

remotes/nogy/update_90
Georg Lukas 2010-01-09 01:43:33 +01:00
rodzic 393209f436
commit d386cda4d0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,6 +37,6 @@ object AprsPacket {
def formatLoc(callsign : String, location : Location) : String = {
callsign + ">APAND1,TCPIP*:!" + formatLat(location.getLatitude) + "/" +
formatLon(location.getLongitude) + "$"
formatLon(location.getLongitude) + "$ http://github.com/ge0rg/aprsdroid"
}
}