[feat](trx-server): auto-decode cw regardless of mode

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-09 19:43:43 +01:00
parent b3293f1de3
commit af9b44f4d4
+1 -2
View File
@@ -388,8 +388,7 @@ pub async fn run_cw_decoder(
match pcm_rx.recv().await {
Ok(frame) => {
let state = state_rx.borrow().clone();
let mode = &state.status.mode;
let active = matches!(mode, RigMode::CW | RigMode::CWR);
let active = true;
// Check for reset request
if state.cw_decode_reset_seq != last_reset_seq {