Update install.sh
This commit is contained in:
parent
bebc2abbc1
commit
2faf49ff1b
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue