mirror of https://github.com/commaai/panda.git
Fix query_vin_and_status.py require python 3.7
This commit is contained in:
parent
3b351b7018
commit
18c2e69ed7
|
@ -3,7 +3,7 @@ import time
|
|||
import struct
|
||||
from panda import Panda
|
||||
from hexdump import hexdump
|
||||
from isotp import isotp_send, isotp_recv
|
||||
from panda.isotp import isotp_send, isotp_recv
|
||||
|
||||
# 0x7e0 = Toyota
|
||||
# 0x18DB33F1 for Honda?
|
||||
|
|
Loading…
Reference in New Issue