Skip to content

Commit

Permalink
Add Mode 22 and SL HSL Logging (#64)
Browse files Browse the repository at this point in the history
Thanks to @aarons3 , the logger can now work with $22 (readLocalIdentifier, unpatched car) and a new high speed logging protocol created for SimosTools / bintoolz.
  • Loading branch information
aarons3 authored Aug 10, 2022
1 parent abf5218 commit 0b71fcd
Show file tree
Hide file tree
Showing 6 changed files with 523 additions and 145 deletions.
4 changes: 2 additions & 2 deletions VW_Flash_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ def __init__(self, parent):
"cal": "",
"flashpack": "",
"bins": "",
"logger": "",
"logger": "logs",
"interface": "",
"singlecsv": False,
"logmode": "3E",
"logmode": "22",
"activitylevel": "INFO",
}
write_config(self.options)
Expand Down
2 changes: 1 addition & 1 deletion VW_Flash_GUI.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block_cipher = None
a = Analysis(['VW_Flash_GUI.py'],
pathex=[],
binaries=[],
datas=[('logging.conf', '.'), ('data', 'data'), ('docs', 'docs'), ('lib/lzss/lzss.exe','lib/lzss/.')],
datas=[('logging.conf', '.'), ('data', 'data'), ('docs', 'docs'), ('lib/lzss/lzss.exe','lib/lzss/.'),('logs/config.yaml', 'logs/.'),('logs/parameters.yaml','logs/.')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down
Loading

0 comments on commit 0b71fcd

Please sign in to comment.