mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-21 16:52:17 +08:00
167ef31602
version: sunnypilot v0.9.8.0 release
date: 2024-11-16T19:13:50
master commit: fa9234afa0
6 lines
131 B
Python
Executable File
6 lines
131 B
Python
Executable File
#!/usr/bin/env python3
|
|
from openpilot.system.hardware import HARDWARE
|
|
|
|
if __name__ == "__main__":
|
|
HARDWARE.set_power_save(False)
|