Skip to content

Commit 0ba47b3

Browse files
committed
increase node names width in nd
1 parent f6334ac commit 0ba47b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meshcore_cli/meshcore_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@ async def next_cmd(mc, cmds, json_output=False):
26032603
else:
26042604
type = CONTACT_TYPENAMES[n['node_type']]
26052605

2606-
print(f" {name:16} {type:>4} SNR: {n['SNR_in']:6,.2f}->{n['SNR']:6,.2f} RSSI: ->{n['RSSI']:4}")
2606+
print(f" {name:22} {type:>4} SNR: {n['SNR_in']:6,.2f}->{n['SNR']:6,.2f} RSSI: ->{n['RSSI']:4}")
26072607

26082608
case "req_telemetry"|"rt" :
26092609
argnum = 1

0 commit comments

Comments
 (0)