Files
panda-meb/tests/disable_esp.py
Firmware Batman 0d11b01cce debugging SPI
2017-07-29 19:04:58 -07:00

5 lines
76 B
Python
Executable File

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