tonyc / open890

A web-based remote UI for the Kenwood TS-890.
Other
76 stars 5 forks source link

Band edges incorrect when switching from FIXED to CENTER #65

Closed tonyc closed 3 years ago

tonyc commented 3 years ago

Span is shared between CENTER and AUTO SCROLL, but when switching to FIXED, the span is actually calculated, not set directly from a command response.

When switching from FIXED to CENTER, the radio does not send a new band scope span response, so the net result is the edge frequencies are incorrect.

Band scope span needs to be tracked independently for fixed mode.