Init crv variable

This commit is contained in:
Ted Slesinski
2017-06-20 02:20:07 -04:00
parent 6e824a2c22
commit dbf71a23aa
+1
View File
@@ -225,6 +225,7 @@ class CarState(object):
def __init__(self, CP, logcan):
self.civic = False
self.accord = False
self.crv = False
if CP.carFingerprint == "HONDA CIVIC 2016 TOURING":
self.civic = True
elif CP.carFingerprint == "ACURA ILX 2016 ACURAWATCH PLUS":