From c5cc36491842acefbff7632af43a0b78fce66ba6 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 22 Aug 2019 20:51:09 +0200 Subject: [PATCH] filters don't seem to work --- owrx/kiss.py | 1 - 1 file changed, 1 deletion(-) diff --git a/owrx/kiss.py b/owrx/kiss.py index 094b4465..82d21b18 100644 --- a/owrx/kiss.py +++ b/owrx/kiss.py @@ -33,7 +33,6 @@ AGWPORT off config += """ IGSERVER {server} IGLOGIN {callsign} {password} -IGFILTER m/1 """.format( server=pm["aprs_igate_server"], callsign=pm["aprs_callsign"], password=pm["aprs_igate_password"] )