Global serial read changed to 1 second

pull/488/head^2
Przemek Wirkus 2014-09-11 13:26:09 +01:00
parent 29dbc34202
commit 2efe99a100
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class Mbed:
"""
result = True
try:
self.serial = Serial(self.port, timeout=3)
self.serial = Serial(self.port, timeout=1)
except Exception as e:
result = False
# Port can be opened