feat(trx-client): add remote rig_id selection via config and CLI

This commit is contained in:
2026-02-25 22:31:59 +01:00
parent 49118b65a1
commit 30ad6d1bb4
4 changed files with 58 additions and 10 deletions
+2
View File
@@ -19,6 +19,8 @@ callsign = "N0CALL"
[remote]
# Remote trx-server URL (host:port)
url = "192.168.1.100:9000"
# Optional target rig ID on a multi-rig server (omit to use server default rig)
# rig_id = "hf"
# Poll interval in milliseconds
poll_interval_ms = 750