Upload full project including physical submodules

This commit is contained in:
herizon1054
2026-04-06 01:47:21 +08:00
commit bf0a4bce9f
4336 changed files with 1066268 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3
from openpilot.system.hardware import HARDWARE
if __name__ == "__main__":
HARDWARE.set_power_save(False)