Added documentation to APRS

This commit is contained in:
legacycode 2021-01-12 13:27:04 +01:00 committed by Christian Lehmann
parent a90ef4efec
commit 642552cc08
No known key found for this signature in database
GPG Key ID: 457DCB8DE5ACC5B5
1 changed files with 4 additions and 1 deletions

View File

@ -325,11 +325,14 @@ js8_decoding_depth = 3
temporary_directory = "/tmp"
# Enable background service for decoding digital data. You can find more information at:
# https://github.com/jketterl/openwebrx/wiki/Background-decoding
services_enabled = False
services_decoders = ["ft8", "ft4", "wspr", "packet"]
# === aprs igate settings ===
# if you want to share your APRS decodes with the aprs network, configure these settings accordingly
# If you want to share your APRS decodes with the aprs network, configure these settings accordingly.
# Make sure that you have set services_enabled to true and customize services_decoders to your needs.
aprs_callsign = "N0CALL"
aprs_igate_enabled = False
aprs_igate_server = "euro.aprs2.net"