From eafd7d4e8119910ec56a0c13eae6f315fcb224c6 Mon Sep 17 00:00:00 2001 From: SQ2CPA Date: Thu, 7 Mar 2024 17:50:47 +0100 Subject: [PATCH] fix: default aprsis filter --- data/igate_conf.json | 2 +- src/configuration.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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