openpilot v0.3.7 release

This commit is contained in:
Vehicle Researcher
2017-09-30 03:07:27 -07:00
parent d6dca124a7
commit 471024f7b7
130 changed files with 20545 additions and 1711 deletions
+1 -1
View File
@@ -27,5 +27,5 @@ if __name__ == "__main__":
if args.raw:
hexdump(sock.recv())
else:
print messaging.recv_sock(sock)
print messaging.recv_one(sock)