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

Allow VFOs to independently change between channel and frequency mode #97

Open
xawen opened this issue Mar 9, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@xawen
Copy link
Collaborator

xawen commented Mar 9, 2024

Currently both VFOs change between channel mode and frequency mode together. It is not possible to have one VFO on channel mode and one VFO on frequency mode.

Developer details: Channel/frequency mode is set for the radio via the gSettings.WorkMode variable. To implement this change the following will be needed:

  1. Implement new variables (probably in gExtendedSettings) for the WorkMode state of VFO A and B.
  2. Review every instance of "if (gSettings.WorkMode)" in the code and refactor to accomodate separate VFO mode toggling
@xawen xawen added the enhancement New feature or request label Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant