Skip to content

Fix band-switch VFO/span reset by stripping "m" suffix from band key (#1876)#1880

Closed
aethersdr-agent[bot] wants to merge 1 commit into
mainfrom
aetherclaude/issue-1876
Closed

Fix band-switch VFO/span reset by stripping "m" suffix from band key (#1876)#1880
aethersdr-agent[bot] wants to merge 1 commit into
mainfrom
aetherclaude/issue-1876

Conversation

@aethersdr-agent

Copy link
Copy Markdown
Contributor

Summary

Fixes #1876

What was changed

Fix band-switch VFO/span reset by stripping "m" suffix from band key (#1876)

Files modified

  • src/gui/MainWindow.cpp
 src/gui/MainWindow.cpp | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

Generated by AetherClaude (automated agent for AetherSDR)

…1876)

The bandSelected signal emits names like "20m" but kPassThroughBands
contains bare numbers like "20", so the match always failed and every
HF band change fell through to the fallback path that hardcodes the
VFO to band center.  Strip the trailing "m" before the lookup so the
radio-authoritative band-stack command is used instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ten9876

ten9876 commented Apr 30, 2026

Copy link
Copy Markdown
Collaborator

Closing as part of a maintenance cleanup of stale AetherClaude PRs. The underlying issue this PR addressed remains tracked separately, and we plan to revisit it later.

@ten9876 ten9876 closed this Apr 30, 2026
@ten9876 ten9876 deleted the aetherclaude/issue-1876 branch April 30, 2026 03:29
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.

The problem doesn't seem to be resolved. Span and VFO freeze when changing bands.

2 participants