agent naming fix, now human readable

This commit is contained in:
J jonny 2026-04-21 12:50:59 -04:00
parent 50438558d4
commit eb5b4ce839

View File

@ -80,7 +80,7 @@ def _cmd_register(args: argparse.Namespace) -> int:
cfg.tx_allowed_freq_ranges = [[float(lo), float(hi)] for lo, hi in freq_ranges]
path = _config.save(cfg)
print(f"Registered agent: {agent_id}")
print(f"Registered agent: ({name})")
if cfg.tx_enabled:
caps: list[str] = []
if cfg.tx_max_gain_db is not None: