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