mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-07 17:32:47 +02:00
fix: default aprsis filter
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"passcode": "XYZVW",
|
||||
"server": "rotate.aprs2.net",
|
||||
"port": 14580,
|
||||
"filter": "",
|
||||
"filter": "m/10",
|
||||
"toRF": false
|
||||
},
|
||||
"lora": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user