increase node names width in nd

This commit is contained in:
Florent de Lamotte 2025-11-14 17:48:38 +01:00
parent f6334acbcc
commit 0ba47b31f9

View file

@ -2603,7 +2603,7 @@ async def next_cmd(mc, cmds, json_output=False):
else:
type = CONTACT_TYPENAMES[n['node_type']]
print(f" {name:16} {type:>4} SNR: {n['SNR_in']:6,.2f}->{n['SNR']:6,.2f} RSSI: ->{n['RSSI']:4}")
print(f" {name:22} {type:>4} SNR: {n['SNR_in']:6,.2f}->{n['SNR']:6,.2f} RSSI: ->{n['RSSI']:4}")
case "req_telemetry"|"rt" :
argnum = 1