We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, how could I add freqs to config? Is there any tool for doing this or by hand?
The text was updated successfully, but these errors were encountered:
For now there is no any additional tool to do this. The easiest way to to start working is modify example config and pass file as argument:
{ "frequencies_ranges": [ { "start": 420000000, "stop": 426000000, "modulation": "fm" } ], "ignored_frequencies_ranges": [], "device": { "ppm_error": 0, "tuner_gain": 0 }, "scanning": { "noise_level": -7.9, "bandwidth": 2000000, "samples": 10240, "fft": 16384 }, "recording": { "squelch": 5, "min_recording_time": 1, "max_recording_time": 60, "max_silence_time": 1 } }
Sorry, something went wrong.
No branches or pull requests
Hello, how could I add freqs to config? Is there any tool for doing this or by hand?
The text was updated successfully, but these errors were encountered: