Update install.sh
This commit is contained in:
parent
06e8029190
commit
2b7731b897
|
|
@ -33,8 +33,11 @@ import socket
|
|||
import time
|
||||
import requests
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
|
||||
################################################
|
||||
# Python APRS Weather station by HP3ICC
|
||||
# API source data https://openweathermap.org/
|
||||
# need register in https://openweathermap.org/
|
||||
################################################
|
||||
|
||||
callsign = "HP0XXX-13" # Callsign (HP0XXX-13)
|
||||
password = "12345" # aprspasscode (12345)
|
||||
|
|
|
|||
Loading…
Reference in New Issue