test get_serial in flashing mode

master
George Hotz 2017-05-03 17:34:45 -07:00
parent a5df04e444
commit 156321e5af
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@ if __name__ == "__main__":
p = Panda("WIFI")
else:
p = Panda()
print p.health()
print p.get_serial()
print p.health()
t1 = time.time()
for i in range(100):