Files
openpilot-evo/panda/tests/disable_esp.py
T
Vehicle Researcher 9c2632d9d1 Merge commit 'cd1dd25e640dffec732f3f58fbd9b336d7bf91b6' as 'panda'
old-commit-hash: af301ad7b5cb6cc5c38725082acab3eecab19c29
2020-01-15 14:04:42 -08:00

5 lines
77 B
Python
Executable File

#!/usr/bin/env python3
from panda import Panda
Panda().set_esp_power(False)