mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
default value for self.reader in serial_cx
This commit is contained in:
parent
d4278b8afa
commit
29ce8ec6d6
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ class SerialConnection:
|
|||
self.frame_size = 0
|
||||
self.transport = None
|
||||
self.header = b""
|
||||
self.reader = None
|
||||
self.inframe = b""
|
||||
self._disconnect_callback = None
|
||||
self.cx_dly = cx_dly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue