Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-05-25 05:14:09 +00:00
parent 17a706c5e3
commit 1c3091394f
1 changed files with 1 additions and 1 deletions

View File

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