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}"