Release 260111
This commit is contained in:
5
scripts/disable-powersave.py
Executable file
5
scripts/disable-powersave.py
Executable 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