[fix](trx-rs): keep SDR center frequency stable in-band

Signed-off-by: Stan Grams <sjg@haxx.space>
Co-authored-by: OpenAI Codex <codex@openai.com>
This commit is contained in:
2026-02-27 22:48:12 +01:00
parent 07ad26b54a
commit 54fb107d3b
12 changed files with 130 additions and 16 deletions
@@ -239,6 +239,7 @@ button:disabled { opacity: 0.6; cursor: not-allowed; }
.inline { display: flex; gap: 0.5rem; align-items: center; }
.freq-inline {
align-items: flex-start;
flex-wrap: wrap;
}
.freq-field {
display: grid;
@@ -253,7 +254,7 @@ button:disabled { opacity: 0.6; cursor: not-allowed; }
flex: 1 1 auto;
min-width: 0;
}
.frequency-col #freq {
.frequency-col input.status-input {
width: 100%;
height: 3.35rem;
box-sizing: border-box;