mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-07 08:43:40 +08:00
6c702630ac
old-commit-hash: 14fb17e22fe4020a46b7be8ef486dddb5210ef08
12 lines
129 B
Python
12 lines
129 B
Python
import os
|
|
from panda import Panda
|
|
|
|
def test_recover():
|
|
p = Panda()
|
|
p.recover()
|
|
|
|
def test_flash():
|
|
p = Panda()
|
|
p.flash()
|
|
|