Merge pull request #112 from chpego/master

add 308 petrol model car
This commit is contained in:
Florian BEZANNIER
2021-05-10 13:40:27 +02:00
committed by GitHub
+1
View File
@@ -56,6 +56,7 @@ carmodels = [
ElecModel("corsa-e", 46, "opel:corsae:20:50", r"VXKUHZKX.*"),
ElecModel("E-C4", 46, "citroen:ec4:21:50", r"VR7BCZKX.*"), # VR7BCZKXCM
CarModel("SUV 3008", 10.8, 43),
CarModel("308", 0, 56, reg=r"VF3L35GG.*"),
CarModel("SUV 5008 II", 0, 56, reg=r"VF3MRHNS.*"), # vf3mrhnsum
CarModel("C5 Aircross", 10.8, 43),
CarModel("DS7 Crossback E-Tense", 13.2, 43, reg="VR1J45GBUK.*")