Merge panda subtree

This commit is contained in:
Vehicle Researcher
2019-12-13 13:02:46 -08:00
105 changed files with 2436 additions and 1664 deletions

View File

@@ -44,6 +44,6 @@ if __name__ == "__main__":
if claim:
panda.serial_write(port_number, ln)
time.sleep(0.01)
except:
except Exception:
print("panda disconnected!")
time.sleep(0.5);