Files
sunnypilot/scripts/disable-powersave.py
Adeeb Shihadeh a6ed18a4f9 script to disable power save
old-commit-hash: d0060a9d9b
2022-02-09 13:39:17 -08:00

6 lines
124 B
Python
Executable File

#!/usr/bin/env python3
from selfdrive.hardware import HARDWARE
if __name__ == "__main__":
HARDWARE.set_power_save(False)