add sleep

This commit is contained in:
George Hotz
2018-03-12 18:32:33 -07:00
parent 27c76372e9
commit 2c26e454cf

View File

@@ -66,6 +66,7 @@ if __name__ == "__main__":
p.can_send(0x200, "\xce\xfa\xad\xde\x1e\x0b\xb0\x0a", 0)
if args.fn:
time.sleep(0.1)
print "flashing", args.fn
code = open(args.fn).read()
Panda.flash_static(CanHandle(p), code)