Merge branch 'hotfix/nad-mixer' into develop
This commit is contained in:
commit
c0b25a7e8d
@ -190,7 +190,7 @@ class NadTalker(ThreadingActor):
|
||||
# trailing whitespace.
|
||||
if not self._device.isOpen():
|
||||
self._device.open()
|
||||
result = self._device.readline(eol='\n').strip()
|
||||
result = self._device.readline().strip()
|
||||
if result:
|
||||
logger.debug('Read: %s', result)
|
||||
return result
|
||||
|
||||
Loading…
Reference in New Issue
Block a user