mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 22:47:01 +00:00
fix: default aprsis filter
This commit is contained in:
parent
43ea66e304
commit
eafd7d4e81
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue