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

List of available channels not updated when Morse Decoder or Demod Analyzer features are added #2263

Closed
f4exb opened this issue Oct 4, 2024 · 1 comment

Comments

@f4exb
Copy link
Owner

f4exb commented Oct 4, 2024

When you add either a Morse Decoer or Demod Analyzer feature to a setup where available channels are present (e.g SSB Demod, WDSP receiver) these channels do not appear in the selection combo (remains empty) and thus cannot be selected. You have to add another channel so that the refresh process is triggered by the AvailableChannelOrFeatureHandler::channelsOrFeaturesChanged signal.

@f4exb
Copy link
Owner Author

f4exb commented Oct 4, 2024

What I don't understand is that according to this line of code: https://github.com/f4exb/sdrangel/blob/master/plugins/feature/morsedecoder/morsedecoder.cpp#L72 this should work...

Maybe something has changed more recently and the GUI is created after the main handler and thus cannot be notified.

Edit: yes forcing the re sending of the MsgReportChannels message at the end of the GUI constructor fixes the issue.

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

No branches or pull requests

1 participant