Skip to content

Commit

Permalink
Change default minimum decoder spacing for network decoder example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Dec 24, 2024
1 parent bd994f6 commit 705576b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_rx/station.cfg.example.network
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ scan_delay = 10
quantization = 10000
# Decoder Spacing Limit - Only start a new decoder if it is separated from an existing decoder by at least
# this value (Hz). This helps avoid issues where a drifting radiosonde is detected on two adjacent channels.
# If you regularly encounter radiosondes on adjacent (10kHz) channels, then set this value to 5000.
decoder_spacing_limit = 15000
# For Network SDR systems, we set this to a lower value than the usual default of 15 kHz, as we have better channel filtering.
decoder_spacing_limit = 5000
# Temporary Block Time (minutes) - How long to block encrypted or otherwise non-decodable sondes for.
temporary_block_time = 120
# Upload when (seconds_since_utc_epoch%upload_rate) == 0. Otherwise just delay upload_rate seconds between uploads.
Expand Down

0 comments on commit 705576b

Please sign in to comment.