Skip to content
New issue

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

add ability to skip squelch_snr_threshold and notch_q for one frequency with providing list of values for scan mode #334

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

charlie-foxtrot
Copy link
Owner

No description provided.

…cy with providing list of values for scan mode
@@ -367,11 +367,16 @@ static int parse_channels(libconfig::Setting &chans, device_t *dev, int i) {
<<channel->freq_count<<" elements\n";
error();
}
if(chans[j].exists("squelch") && libconfig::Setting::TypeList == chans[j]["squelch"].getType() && chans[j]["squelch"].getLength() < channel->freq_count) {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 425 gives a warning that squelch is no longer supported so length check can be removed

@szpajder szpajder merged commit 458ca85 into charlie-foxtrot:unstable Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants