mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
remove DEBUG from output in repeater mode
This commit is contained in:
parent
168bbc3783
commit
9a472b37ab
1 changed files with 2 additions and 0 deletions
|
|
@ -4117,6 +4117,8 @@ async def process_repeater_line(ser, cmd, echo=False, repeater_name=None) :
|
|||
print(f"{ANSI_RED}{line}{ANSI_END}")
|
||||
elif line.strip().startswith("->"):
|
||||
print(f"{ANSI_CYAN}{line}{ANSI_END}")
|
||||
elif line.strip().startswith("DEBUG"):
|
||||
pass
|
||||
else:
|
||||
print(line)
|
||||
if "-> Unknown command" in line or \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue