added UBX:NAV:SIG message

This commit is contained in:
2026-03-18 20:23:23 +01:00
parent b6d8d1c772
commit e8d54ebc87
4 changed files with 57 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
class UbxMsg:
@classmethod
def from_bytes(cls, data: bytes):
pass