* reorg

* one less config file

* lil more

* lil more
This commit is contained in:
Adeeb Shihadeh
2025-05-19 19:02:59 -07:00
committed by GitHub
parent 20c80e3929
commit 2f47af4b2e
40 changed files with 16 additions and 360 deletions

7
scripts/get_version.py Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python3
from panda import Panda
if __name__ == "__main__":
for p in Panda.list():
pp = Panda(p)
print(f"{pp.get_serial()[0]}: {pp.get_version()}")