openpilot v0.3.7 release

old-commit-hash: daf54ad54d6356d35061ea2864d6397dc6184f3f
This commit is contained in:
Vehicle Researcher
2017-09-30 03:07:27 -07:00
parent 7a6d152ae0
commit 2c0cc6103a
130 changed files with 3557 additions and 1717 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)