mirror of
https://github.com/ajouatom/openpilot.git
synced 2026-02-18 21:13:56 +08:00
6 lines
131 B
Python
6 lines
131 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
from openpilot.system.hardware import HARDWARE
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
HARDWARE.set_power_save(False)
|