mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-27 16:02:04 +08:00
a7fda63287
version: sunnypilot v0.10.1 (staging)
date: 2025-09-08T03:38:38
master commit: 698e0ca00f
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)
|