Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-05-30 05:12:39 +00:00
parent 60098a3f69
commit 1120e9a3a2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ every = 20 # time minute every send beacon
##############################################################################
address = f"{callsign}>APHP03,TCPIP:"
login = f"user {callsign} pass {password} vers emq-TE1 Python APRS Beacon 1.3"
text = "emq-TE1 Python APRS Beacon"
text = "Python APRS Beacon by HP3ICC"
packet = f"{address}!{latitude}{simbol_primary}{longitude}{simbol_secundary}{comment}"
packet2 = f"{address}>{text}"
print(packet)