Keep NRL visible on 6000-series radios#2219
Merged
Merged
Conversation
NRL was incorrectly grouped with the 8000-series-only firmware DSP filters in #2184, but it's actually available on 6000-series radios too — only NRS, RNN, and NRF are 8000/AU-platform-only. Drop NRL from the hide-list in both `SpectrumOverlayMenu::setHasExtendedDsp` and the two `VfoWidget` visibility paths (setSlice mode-change lambda + syncFromSlice). NRL now follows the same pattern as NB/NR/NR2 — visible unless the mode hides it (FM). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 tasks
ten9876
added a commit
that referenced
this pull request
May 1, 2026
Heavy community-contribution release: - AetherSweep — in-panadapter SWR analyzer (jensenpat, 3 PRs) - ShackSwitch antenna switch integration (nigelfenton, 2 PRs) - Multi-client startup hardening: panadapter creation (#2222) + PC audio remote stream ownership (#2226), both jensenpat - macOS DMG dark-theme fix (Chaosuk97) - Windows-without-Qt6::SerialPort build fix (NF0T) - NRL gating correctness on 6000-series (#2219) - CMakeLists.txt / README.md / CLAUDE.md: 0.9.3 → 0.9.4 - CHANGELOG: v0.9.4 entry covers 10 PRs since v0.9.3 - WhatsNewData.cpp: regenerated from CHANGELOG Acknowledgements: - jensenpat — AetherSweep, multi-client startup, PC audio ownership - nigelfenton — ShackSwitch integration - NF0T — Windows build fix - Chaosuk97 — macOS DMG dark theme fix Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2198
Summary
NRL was incorrectly grouped with the 8000-series-only firmware DSP filters in #2184. Real platform availability is:
Drop NRL from the hide-list in both
SpectrumOverlayMenu::setHasExtendedDspand the twoVfoWidgetvisibility paths (thesetSlicemode-change lambda andsyncFromSlice). NRL now follows the same pattern as NB/NR/NR2 — visible unless the mode hides it (FM).NRS/RNN/NRF stay gated — that part of #2184 was correct.
Test plan
🤖 Generated with Claude Code