mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-14 03:25:44 +08:00
6 lines
131 B
Python
Executable File
6 lines
131 B
Python
Executable File
#!/usr/bin/env python3
|
|
from openpilot.system.hardware import HARDWARE
|
|
|
|
if __name__ == "__main__":
|
|
HARDWARE.set_power_save(False)
|