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"