From 064c138ff52ca0fb75c68dc2f69f85e50ac088ef Mon Sep 17 00:00:00 2001 From: Marianpol Date: Tue, 10 Nov 2020 19:37:51 +0100 Subject: [PATCH] Readme update --- README.md | 8 ++++---- pyren/mod_scan_ecus.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 68aa84f..5deb46c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ https://www.youtube.com/watch?v=DazsvlnLCoA | 066 | 7-15 | ---- | ---- | TRAFIC II | X83 | no | no | | 067 | 7-15 | 6-14 | ---- | CLIO II ph2/3/4 | X65 | yes* | no | | 069 | 7-15 | ---- | ---- | AVANTIME | X66 | no | no | -| 073 | 7-15 | ---- | ---- | KANGOO MUX | X76 | no | no | +| 073 | 7-15 | 6-14 | ---- | KANGOO MUX | X76 | yes* | no | | 077 | 7-15 | 6-14 | ---- | THALIA/SYMBOL | X65 | yes* | no | | 086 | 7-15 | 6-14 | 13-12 | MEGANE II | X84 | yes | no | | 088 | 7-15 | ---- | ---- | CLIO V6 ph2 | X65 | no | no | @@ -80,7 +80,7 @@ https://www.youtube.com/watch?v=DazsvlnLCoA | 142 | ---- | 6-14 | 13-12 | FLUENCE/MEGANE | X38 | yes | yes | | 143 | ---- | 6-14 | 13-12 | LATITUDE | X43 | yes | yes | | 144 | 7-15 | 6-14 | 13-12 | MASTER III | X62 | yes | yes | -| 145 | ---- | 6-14 | 13-12 | WIND | W33 | yes | no | +| 145 | 7-15 | 6-14 | 13-12 | WIND | W33 | yes | no | | 146 | 7-15 | 6-14 | 13-12 | DUSTER | X79 | yes | no | | 147 | 7-15 | 6-14 | 13-12 | KANGOO ZE ph2 | X61 | yes | yes | | 148 | ---- | 6-14 | 13-12 | SAMSUNG SM7 L47 | X47 | yes | yes | @@ -92,7 +92,7 @@ https://www.youtube.com/watch?v=DazsvlnLCoA | 155 | ---- | 6-14 | 13-12 | CLIO IV | X98 | yes | yes | | 156 | ---- | 6-14 | 13-12 | CAPTUR | X87 | yes | yes | | 157 | 7-15 | 6-14 | ---- | CLIO II ph6 | X65 | yes | no | -| 158 | ---- | 6-14 | 13-12 | TRAFIC III | X82 | yes | yes | +| 158 | 7-15 | 6-14 | 13-12 | TRAFIC III | X82 | yes | yes | | 159 | ---- | 6-14 | 13-12 | DUSTER ph2 | X79 | yes | yes | | 160 | ---- | 6-14 | 13-12 | TWINGO III | X07 | yes | yes | | 161 | ---- | 6-14 | 13-12 | ESPACE V | XFC | yes | yes | @@ -261,7 +261,7 @@ optional arguments: you should define alternative command for opening the session, like a 1086 --exp swith to Expert mode (allow to use buttons in DDT) - --can2 CAN network connected to pin 13 and pin 12 + --can2 CAN network connected to pin 13 (H) and pin 12 (L) Available COM ports: COM3: diff --git a/pyren/mod_scan_ecus.py b/pyren/mod_scan_ecus.py index 21ea687..b30533c 100644 --- a/pyren/mod_scan_ecus.py +++ b/pyren/mod_scan_ecus.py @@ -81,7 +81,7 @@ class ScanEcus: for file in file_list: try: model_n = file[-7:-4] - if model_n in ["005","010","026","035","054","064","066","069","073","088","107","110","114"]: + if model_n in ["005","010","026","035","054","064","066","069","088","107","110","114"]: continue #model_n = int(file[-7:-4]) #if model_n<86: continue