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"