From 74a4f5b2724b352ae1d1c610909af007131a9820 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 14 Jan 2021 22:56:52 +0100 Subject: [PATCH] add wsprnet config variables --- config_webrx.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config_webrx.py b/config_webrx.py index 2134508..dc1c1f7 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -369,6 +369,9 @@ pskreporter_callsign = "N0CALL" # optional antenna information, uncomment to enable #pskreporter_antenna_information = "Dipole" +wsprnet_enabled = False +wsprnet_callsign = "N0CALL" + # === Web admin settings === # this feature is experimental at the moment. it should not be enabled on shared receivers since it allows remote # changes to the receiver settings. enable for testing in controlled environment only.