From 600830ba3d57917b020400e9c2ffd5f258642189 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Fri, 27 Feb 2026 22:27:44 +0100 Subject: [PATCH] fix(http-frontend): extend PKT bandwidth max to 25 kHz Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stan Grams --- src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js index 5a494cb..dde995d 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js @@ -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];