mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
increase node names width in nd
This commit is contained in:
parent
f6334acbcc
commit
0ba47b31f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue