Update install.sh
This commit is contained in:
parent
17a706c5e3
commit
1c3091394f
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue