Explorar o código

add ignored port

tuanchris hai 4 meses
pai
achega
8411b028cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/connection/connection_manager.py

+ 1 - 1
modules/connection/connection_manager.py

@@ -9,7 +9,7 @@ from modules.core.state import state
 from modules.led.led_controller import effect_loading, effect_idle, effect_connected, LEDController
 from modules.led.led_controller import effect_loading, effect_idle, effect_connected, LEDController
 logger = logging.getLogger(__name__)
 logger = logging.getLogger(__name__)
 
 
-IGNORE_PORTS = ['/dev/cu.debug-console', '/dev/cu.Bluetooth-Incoming-Port']
+IGNORE_PORTS = ['/dev/cu.debug-console', '/dev/cu.Bluetooth-Incoming-Port', '/dev/ttyS0']
 
 
 ###############################################################################
 ###############################################################################
 # Connection Abstraction
 # Connection Abstraction