Files
carrotpilot/scripts/disable-powersave.py
Vehicle Researcher ecf4d58ce5 c4-v1
2026-01-28 08:27:01 +09:00

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)