diff --git a/nebula/manager.py b/nebula/manager.py index 83fcff3..816bd77 100644 --- a/nebula/manager.py +++ b/nebula/manager.py @@ -112,12 +112,12 @@ def __init__( # noqa:C901 self.tftp = False - if "usbmux-config" in configs: - self.usbsdmux = usbmux( - yamlfilename=self.configfilename, board_name=board_name - ) - else: - self.usbsdmux = None + # if "usbmux-config" in configs: + # self.usbsdmux = usbmux( + # yamlfilename=self.configfilename, board_name=board_name + # ) + # else: + # self.usbsdmux = None self.help = helper() self.usbdev = usbdev()