mirror of
https://github.com/meshtastic/python.git
synced 2026-01-19 05:07:58 -05:00
revert a recent change
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user