From 1120e9a3a2175955cb0f119bc0dbae2baf27101b Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Tue, 30 May 2023 05:12:39 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 688e48a..2c4118d 100644 --- a/install.sh +++ b/install.sh @@ -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)