Update install.sh
This commit is contained in:
parent
9ee1564535
commit
6506ef3c4b
|
|
@ -35,7 +35,6 @@ After=network.target
|
|||
ExecStart=/usr/bin/python3 /opt/python-wx/wx1.py
|
||||
WorkingDirectory=/opt/python-wx/
|
||||
Restart=on-failure
|
||||
RestartSec=3
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
@ -74,7 +73,7 @@ map_id = "MAPID" # Your OpenWeatherMap Map ID (123456)
|
|||
|
||||
##############################################################################
|
||||
#scrip
|
||||
address = f"{callsign}>APHP04,TCPIP:"
|
||||
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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue