mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
a6ed18a4f9
old-commit-hash: d0060a9d9b56069eb53613f73abe6cfc6db33c12
6 lines
124 B
Python
Executable File
6 lines
124 B
Python
Executable File
#!/usr/bin/env python3
|
|
from selfdrive.hardware import HARDWARE
|
|
|
|
if __name__ == "__main__":
|
|
HARDWARE.set_power_save(False)
|