mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-21 23:55:17 -05:00
mapme
This commit is contained in:
parent
555f9f3512
commit
48036f9ffd
2
aprsd.py
2
aprsd.py
@ -308,7 +308,7 @@ while True:
|
||||
to_addr = a.group(1)
|
||||
content = a.group(2)
|
||||
if content == 'mapme': # send recipient link to aprs.fi map
|
||||
content = "Click for my location: http://aprs.fi/" + USER + "/"
|
||||
content = "Click for my location: http://aprs.fi/" + BASECALLSIGN
|
||||
send_result = send_email(to_addr, content)
|
||||
if send_result != 0:
|
||||
send_message(fromcall, "-" + to_addr + " failed")
|
||||
|
Loading…
Reference in New Issue
Block a user