- UBX: fixed data loss when sync byte in payload
- refactored
This commit is contained in:
+3
-1
@@ -104,7 +104,9 @@ if __name__ == "__main__":
|
||||
Gga(grm, 'GN'),
|
||||
]
|
||||
ubx_rx_list = [
|
||||
UbxReceiver(grm, 0x01, 0x43),
|
||||
UbxReceiver('UBX-NAV-SIG', 0x01, 0x43),
|
||||
UbxReceiver('UBX-ACK-ACK', 0x05, 0x01),
|
||||
UbxReceiver('UBX-ACK-NACK', 0x05, 0x00),
|
||||
]
|
||||
|
||||
# Topology
|
||||
|
||||
Reference in New Issue
Block a user