revert a recent change

This commit is contained in:
Mike Kinney
2021-12-06 22:40:19 -08:00
parent b40eb08c5c
commit 6b66ce97c5

View File

@@ -39,7 +39,6 @@ class StreamInterface(MeshInterface):
"StreamInterface is now abstract (to update existing code create SerialInterface instead)")
self._rxBuf = bytes() # empty
self._wantExit = False
self.stream = None
# FIXME, figure out why daemon=True causes reader thread to exit too early
self._rxThread = threading.Thread(