OEFW-community / RT-890-custom-firmware

Customised version of Radtel RT-890 Open Firmware https://github.com/DualTachyon/radtel-rt-890-oefw
Apache License 2.0
44 stars 31 forks source link

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

Open xawen opened 7 months ago

xawen commented 7 months ago

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