screens-connection #33

Merged
gillian merged 8 commits from screens-connection into main 2026-05-26 15:32:17 -04:00
Showing only changes of commit eb5b4ce839 - Show all commits

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: