diff --git a/data/igate_conf.json b/data/igate_conf.json index 6dd0b59..3c53cea 100644 --- a/data/igate_conf.json +++ b/data/igate_conf.json @@ -26,7 +26,7 @@ "passcode": "XYZVW", "server": "rotate.aprs2.net", "port": 14580, - "filter": "", + "filter": "m/10", "toRF": false }, "lora": { diff --git a/src/configuration.cpp b/src/configuration.cpp index a6d2514..8bcbad2 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -283,7 +283,7 @@ void Configuration::init() { aprs_is.passcode = "XYZVW"; aprs_is.server = "rotate.aprs2.net"; aprs_is.port = 14580; - aprs_is.filter = ""; // new + aprs_is.filter = "m/10"; // new aprs_is.toRF = false; // new // loramodule.iGateFreq = 433775000; // deprecated