added UBX reception

This commit is contained in:
2026-03-16 16:12:11 +01:00
parent 2e83aeeb62
commit e004b71f3e
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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