[fix](trx-core): expose rig min tuning step and align UI tuning

Add min_freq_step_hz to RigCapabilities, set backend values, and make HTTP frontend parse suffix-less frequency input using the selected unit while snapping set/jog frequencies to rig step granularity.

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-13 00:17:16 +01:00
parent a7719bd7a9
commit 81890b15a8
11 changed files with 87 additions and 12 deletions
@@ -294,6 +294,7 @@ mod tests {
model: "Dummy".to_string(),
revision: "1".to_string(),
capabilities: RigCapabilities {
min_freq_step_hz: 1,
supported_bands: vec![Band {
low_hz: 14_000_000,
high_hz: 14_350_000,