Cleanup
This commit is contained in:
parent
5a917c9dac
commit
094d2f2079
|
@ -495,7 +495,6 @@ class RNodeInterface(Interface):
|
|||
|
||||
# TODO: Ensure hotplug support
|
||||
while self.serial.is_open:
|
||||
if True or waiting_bytes > 0:
|
||||
# TODO: Check multibyte reads
|
||||
serial_bytes = self.serial.read()
|
||||
got = len(serial_bytes)
|
||||
|
|
Loading…
Reference in New Issue