added UBX reception
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
class MsgContainer:
|
||||
def __init__(self, name: str, timestamp: float = 0, data: bytes = b''):
|
||||
def __init__(self, name: str, timestamp: float = 0, data = b''):
|
||||
self.timestamp : float = timestamp
|
||||
self.name : str= name
|
||||
self.data: bytes = data
|
||||
|
||||
Reference in New Issue
Block a user