Browse Source

Update sat2aprs.py

beta
Mike 2 years ago
committed by GitHub
parent
commit
89cf6b2df7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sat2aprs.py

+ 1
- 1
sat2aprs.py View File

@ -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


Loading…
Cancel
Save