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
Right now this value is constant for all scans. See Settings: https://github.com/He3556/SDR-Detector/blob/master/example_settings.json#L13
'"deepScanPeriod": 10'
But different scans need more or less time. P2: 5-10 seconds P3: at least 20 seconds
Add a value for each scan into the settings file. Something like this:
'"deepScanPeriod_p2": 5' '"deepScanPeriod_p3": 30'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now this value is constant for all scans.
See Settings: https://github.com/He3556/SDR-Detector/blob/master/example_settings.json#L13
But different scans need more or less time.
P2: 5-10 seconds
P3: at least 20 seconds
Add a value for each scan into the settings file.
Something like this:
The text was updated successfully, but these errors were encountered: