9q fix#16
This commit is contained in:
parent
255d0016bf
commit
05201af0e0
@ -156,7 +156,7 @@ class ScanEcus:
|
|||||||
canL = '12'
|
canL = '12'
|
||||||
|
|
||||||
self.elm.init_can()
|
self.elm.init_can()
|
||||||
print self.allecus
|
#print self.allecus
|
||||||
for ecu, row in sorted(self.allecus.iteritems(),key = lambda (x,y) :y['idf']+y['protocol']):
|
for ecu, row in sorted(self.allecus.iteritems(),key = lambda (x,y) :y['idf']+y['protocol']):
|
||||||
if (self.allecus[ecu]['pin']=='can' and
|
if (self.allecus[ecu]['pin']=='can' and
|
||||||
self.allecus[ecu]['pin1']==canH and
|
self.allecus[ecu]['pin1']==canH and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user