mirror of
https://github.com/herizon1054/openpilot.git
synced 2026-04-06 11:04:02 +08:00
Upload full project including physical submodules
This commit is contained in:
5
scripts/disable-powersave.py
Normal file
5
scripts/disable-powersave.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from openpilot.system.hardware import HARDWARE
|
||||
|
||||
if __name__ == "__main__":
|
||||
HARDWARE.set_power_save(False)
|
||||
Reference in New Issue
Block a user