mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 17:43:54 +08:00
this is not a good api
This commit is contained in:
@@ -498,7 +498,7 @@ def main():
|
||||
sock = messaging.sub_sock('ubloxRaw', timeout=100, conflate=False)
|
||||
|
||||
while True:
|
||||
msg = messaging.recv_one_or_none(sock)
|
||||
msg = messaging.recv_one(sock)
|
||||
if msg is None:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user