Mike
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sat2aprs.py
|
|
|
@ -8,7 +8,7 @@ import threading |
|
|
|
app = Flask(__name__) |
|
|
|
|
|
|
|
# APRS-IS login info |
|
|
|
serverHost = 'theconnectdesk.com' |
|
|
|
serverHost = 'rotate.aprs2.net' |
|
|
|
serverPort = 14580 |
|
|
|
aprsUser = 'CALLSIGN' # Login call |
|
|
|
aprsCall = None # Default RF Call |
|
|
|
|