Skip to content

Commit

Permalink
Fix ISK Megane II
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric PAILLE committed Nov 23, 2016
1 parent 5a25ef8 commit abfedb3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ddt4all.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ def getISK(self, vehicle):
options.elm.set_can_addr('26', ecu_conf)
# Entering service session
resp = options.elm.start_session_can('1086')
if not resp.startswith("50"):
self.logview.append("Connection a l'UCH pour recuperation ISK impossible")
return
# Asking to dump parameters
isk_data_request = options.elm.request(req='21AB', positive='61', cache=False)
if not resp.startswith("61"):
Expand Down

0 comments on commit abfedb3

Please sign in to comment.