Files
sunnypilot/scripts/disable-powersave.py
Adeeb Shihadeh 9a45a3b99b Move selfdrive/hardware/ to system/ (#24725)
* move hardware to system/

* fix mypy
old-commit-hash: 1139fe507b
2022-06-11 16:38:24 -07:00

6 lines
121 B
Python
Executable File

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