From ebd4d93908209e18c50d7cc601b61460a68d9902 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 7 Apr 2021 16:23:13 +0200 Subject: [PATCH] add note about background decoding --- owrx/controllers/settings/reporting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owrx/controllers/settings/reporting.py b/owrx/controllers/settings/reporting.py index 1ae6a40..2c73f9f 100644 --- a/owrx/controllers/settings/reporting.py +++ b/owrx/controllers/settings/reporting.py @@ -15,6 +15,7 @@ class ReportingController(SettingsFormController): CheckboxInput( "aprs_igate_enabled", "Send received APRS data to APRS-IS", + infotext="Due to limits of the APRS-IS network, reporting will only work for background decoders" ), TextInput( "aprs_callsign",