From 642552cc0839b6a45c75acb5a4663613c13337b8 Mon Sep 17 00:00:00 2001 From: legacycode Date: Tue, 12 Jan 2021 13:27:04 +0100 Subject: [PATCH] Added documentation to APRS --- config_webrx.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config_webrx.py b/config_webrx.py index 2134508..1c8302b 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -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"