Do not resolve debugging serial port by default

This commit is contained in:
Ivan Kravets
2022-06-22 19:03:50 +03:00
parent c557473cfb
commit cee3f4d90f
7 changed files with 37 additions and 23 deletions
+2 -1
View File
@@ -32,5 +32,6 @@ $INIT_BREAK
"""
def __init__(self, *args, **kwargs):
if "port" not in kwargs:
kwargs["port"] = ":2000"
super().__init__(*args, **kwargs)
self.port = ":2000"