fix(http-frontend): extend PKT bandwidth max to 25 kHz

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-27 22:27:44 +01:00
parent a29264093a
commit 600830ba3d
@@ -1485,7 +1485,7 @@ const MODE_BW_DEFAULTS = {
FM: [12_500, 2_500, 25_000, 500],
WFM: [75_000, 50_000,200_000,5_000],
DIG: [3_000, 300, 6_000, 100],
PKT: [3_000, 300, 6_000, 100],
PKT: [3_000, 300, 25_000, 100],
};
const MODE_BW_FALLBACK = [3_000, 300, 500_000, 100];