[fix](trx-ft8): align decode result layout

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-09 21:41:08 +01:00
parent 4d32f017a8
commit 995ddd7306
2 changed files with 3 additions and 10 deletions
-9
View File
@@ -694,15 +694,6 @@ pub async fn run_ft8_decoder(
Ok(dur) => dur.as_millis() as i64,
Err(_) => 0,
};
let base_hz = match &state.status.freq.hz {
hz => *hz as f32,
};
info!(
"FT8 decode: base_hz={} offset_hz={} msg=\"{}\"",
base_hz,
res.freq_hz,
res.text
);
let msg = Ft8Message {
ts_ms,
snr_db: res.snr_db,