From bfcbd0265ab1ef25c1e8595c10d83c1e7a609b69 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 24 Sep 2019 21:44:14 +0200 Subject: [PATCH] update config --- config_webrx.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config_webrx.py b/config_webrx.py index bfd362d..fbd3dbd 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -284,3 +284,10 @@ aprs_igate_beacon = False # path to the aprs symbols repository (get it here: https://github.com/hessu/aprs-symbols) aprs_symbols_path = "/opt/aprs-symbols/png" + +# === PSK Reporter setting === +# enable this if you want to upload all ft8, ft4 etc spots to pskreporter.info +# this also uses the receiver_qra setting from above, so make sure it contains a correct locator +# TODO determine locator from gps coordinates +pskreporter_enabled = False +pskreporter_callsign = "N0CALL"