From 1c3091394fa3ab1e0aac56e09126e4bfbb0013c0 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Thu, 25 May 2023 05:14:09 +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 7372103..5f79e20 100644 --- a/install.sh +++ b/install.sh @@ -49,7 +49,7 @@ every = 30 # time minute every send beacon ############################################################################## 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" packet = f"{address}!{latitude}{simbol_primary}{longitude}{simbol_secundary}{comment}" packet2 = f"{address}>{text}"