diff --git a/faup1090.c b/faup1090.c index 43e2959..ae30e5e 100644 --- a/faup1090.c +++ b/faup1090.c @@ -63,7 +63,7 @@ static void faupInitConfig(void) { Modes.check_crc = 1; Modes.net = 1; Modes.net_heartbeat_interval = MODES_NET_HEARTBEAT_INTERVAL; - Modes.maxRange = 1852 * 300; // 300NM default max range + Modes.maxRange = 1852 * 360; // 360NM default max range; this also disables receiver-relative positions Modes.quiet = 1; Modes.net_output_flush_size = MODES_OUT_FLUSH_SIZE; Modes.net_output_flush_interval = 200; // milliseconds @@ -111,7 +111,7 @@ static void showHelp(void) { "--net-fatsv-port FlightAware TSV output port (default: 10001)\n" "--lat Reference/receiver latitude for surface posn (opt)\n" "--lon Reference/receiver longitude for surface posn (opt)\n" -"--max-range Absolute maximum range for position decoding (in nm, default: 300)\n" +"--max-range Absolute maximum range for position decoding (in nm, default: 360)\n" "--stdout REQUIRED. Write results to stdout.\n" "--help Show this help\n" "\n",