You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Implement new variables (probably in gExtendedSettings) for the WorkMode state of VFO A and B.
Review every instance of "if (gSettings.WorkMode)" in the code and refactor to accomodate separate VFO mode toggling
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: