[fix](trx-server): use "trx-rs" as PSKReporter software identifier

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-14 09:04:46 +01:00
parent 587ece9903
commit f7d3a935ee
+1 -1
View File
@@ -88,7 +88,7 @@ pub async fn run_pskreporter_uplink(
} }
}; };
let software = format!("trx-server v{} by SP2SJG", env!("CARGO_PKG_VERSION")); let software = format!("trx-rs v{} by SP2SJG", env!("CARGO_PKG_VERSION"));
let mut client = match PskReporterClient::connect( let mut client = match PskReporterClient::connect(
&cfg.host, &cfg.host,
cfg.port, cfg.port,