script to disable power save

old-commit-hash: d0060a9d9b
commatwo_master
Adeeb Shihadeh 3 years ago
parent 30a0b40b5d
commit a6ed18a4f9
  1. 5
      scripts/disable-powersave.py

@ -0,0 +1,5 @@
#!/usr/bin/env python3
from selfdrive.hardware import HARDWARE
if __name__ == "__main__":
HARDWARE.set_power_save(False)
Loading…
Cancel
Save