[fix](trx-frontend-http): fix jog multiplier reset and rename unit label
Fix updateJogStepSupport to snap jogUnit (not jogStep) to nearest supported unit, then recompute jogStep = jogUnit * jogMult so the multiplier is preserved across rig connect/reconnect. Rename "Mult" label to "Unit Multiplier" for clarity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
<button type="button" data-mult="10">10×</button>
|
||||
<button type="button" data-mult="100">100×</button>
|
||||
</div>
|
||||
<div class="label"><span>Mult</span></div>
|
||||
<div class="label"><span>Unit Multiplier</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user