[fix](trx-frontend-http): raise WFM bandwidth cap to 300 kHz

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-27 23:30:05 +01:00
parent c5f1c5308b
commit 14cefd1198
@@ -1543,7 +1543,7 @@ const MODE_BW_DEFAULTS = {
USB: [2_700, 300, 6_000, 100],
AM: [6_000, 500, 15_000, 500],
FM: [12_500, 2_500, 25_000, 500],
WFM: [75_000, 50_000,200_000,5_000],
WFM: [75_000, 50_000,300_000,5_000],
DIG: [3_000, 300, 6_000, 100],
PKT: [3_000, 300, 25_000, 100],
};