From 2faf49ff1bcc18cc046b5cb01b5e0f6a19ac1bb3 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Wed, 7 Jun 2023 01:32:12 +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 87f2589..9ff8002 100644 --- a/install.sh +++ b/install.sh @@ -59,6 +59,7 @@ password = "12345" # aprspasscode (12345) latitude = "0831.27N" # DDMM.mmN (0831.27N) longitude = "08021.59W" # DDDMM.mmW (08021.59W) comment = "Python APRS WX1" # Beacon comment +text = "Python APRS WX by HP3ICC" # Beacon state simbol_primary = "/" # Primary symbol id (/) simbol_secundary = "_" # Secondary symbol code (_) serverHost = "rotate.aprs2.net" # aprs server url cwop.aprs.net / noam.aprs2.net @@ -74,7 +75,6 @@ map_id = "MAPID" # Your OpenWeatherMap Map ID (123456) ############################################################################## #scrip address = f"{callsign}>APHPIW,TCPIP:" -text = "Python APRS WX by HP3ICC" login = f"user {callsign} pass {password} vers emq-TE1 Python APRS WX 1.4" mlogin = f"{api_key}" mid = f"{map_id}"