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

* fix mypy
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)