[fix](trx-frontend): fix CW picker visibility and widen tone range
Fix CW picker redraw when the decoder sub-tab becomes visible to avoid white/blank canvas rendering. Widen CW tone picker/input range to 100-10000 Hz and raise CW/CWR bandwidth max to 9 kHz. Co-authored-by: Codex <codex@openai.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -561,7 +561,7 @@
|
||||
<div class="cw-config">
|
||||
<label class="cw-auto-label">Auto WPM + Tone <input type="checkbox" id="cw-auto" checked /></label>
|
||||
<label>WPM <input type="number" id="cw-wpm" min="5" max="40" value="15" /></label>
|
||||
<label>Tone (Hz) <input type="number" id="cw-tone" min="300" max="1200" value="700" /></label>
|
||||
<label>Tone (Hz) <input type="number" id="cw-tone" min="100" max="10000" value="700" /></label>
|
||||
</div>
|
||||
<div class="cw-tone-picker">
|
||||
<div class="cw-tone-picker-head">
|
||||
|
||||
Reference in New Issue
Block a user