IQ.Pilot Release Commit @ da36e21

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-16 22:24:28 -05:00
commit 14f5919977
4588 changed files with 1234072 additions and 0 deletions

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()}")