- Ubx-packetizer: disable debug
This commit is contained in:
+1
-2
@@ -106,7 +106,6 @@ class NetworkBackend(ABackend):
|
||||
if mask & selectors.EVENT_WRITE:
|
||||
data = sock['queue'].get()
|
||||
key.fileobj.send(data)
|
||||
print(f"Writing {key.data} to {sock['name']}")
|
||||
if sock['queue'].empty():
|
||||
self.sel.modify(sock['sock'], selectors.EVENT_READ, None)
|
||||
|
||||
@@ -148,7 +147,7 @@ if __name__ == "__main__":
|
||||
# UbxReceiver('UBX-NAV-SIG', 0x01, 0x43),
|
||||
UbxReceiver('UBX-ACK-ACK', 0x05, 0x01),
|
||||
UbxReceiver('UBX-ACK-NACK', 0x05, 0x00),
|
||||
UbxReceiver('default'),
|
||||
UbxReceiver('UBX:default'),
|
||||
]
|
||||
|
||||
# Topology
|
||||
|
||||
Reference in New Issue
Block a user