[feat](trx-frontend-http): add noise blanker controls to SDR settings UI
Add checkbox to enable/disable NB and number input for threshold (1-100). Controls are hidden by default and shown when the server reports NB support via SSE filter state updates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -284,6 +284,19 @@
|
||||
</label>
|
||||
<button id="sdr-lna-gain-set" type="button" class="wfm-inline-btn">Set</button>
|
||||
</div>
|
||||
<label class="wfm-control" id="sdr-nb-wrap" style="display:none;">
|
||||
<span class="wfm-control-label">Noise Blanker</span>
|
||||
<div style="height:2.1rem; display:flex; align-items:center;">
|
||||
<input type="checkbox" id="sdr-nb-enabled">
|
||||
</div>
|
||||
</label>
|
||||
<div class="wfm-gain-group" id="sdr-nb-threshold-controls" style="display:none;">
|
||||
<label class="wfm-control">
|
||||
<span class="wfm-control-label">NB Threshold</span>
|
||||
<input id="sdr-nb-threshold" class="status-input" type="number" min="1" max="100" step="1" inputmode="decimal">
|
||||
</label>
|
||||
<button id="sdr-nb-threshold-set" type="button" class="wfm-inline-btn">Set</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="full-row label-below-row" id="vchan-row">
|
||||
|
||||
Reference in New Issue
Block a user