Do not resolve debugging serial port by default
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user