[feat](trx-frontend-http): add editable SDR bandwidth control

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:34:51 +01:00
parent b8c154af60
commit 8827b2fa21
3 changed files with 51 additions and 9 deletions
@@ -65,7 +65,7 @@
<div id="spectrum-freq-axis"></div>
</div>
<div id="spectrum-controls">
<span id="spectrum-bw-label">BW: --</span>
<label id="spectrum-bw-label">Bandwidth <input type="number" id="spectrum-bw-input" value="" step="100" min="1" /> Hz</label>
<div id="spectrum-level-row">
<label id="spectrum-floor-label">Floor <input type="number" id="spectrum-floor-input" value="-100" step="5" /> dB</label>
<button id="spectrum-auto-btn" type="button">Auto</button>