We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c7970 commit 015fc31Copy full SHA for 015fc31
_version.py
@@ -1 +1 @@
1
-__version__ = '1.0.91'
+__version__ = '1.0.92'
ecu_definitions.py
@@ -82,16 +82,16 @@
82
}
83
},
84
{
85
- 'offset': 0x92000,
86
- 'expected': [b'\x36\x36\x35\x30'], # ca66
+ 'offset': 0x92040,
+ 'expected': [b'\x07\x71\xda\xba'],
87
'ecu': {
88
'name': 'SIMK2K (Elantra 2.0 Beta)',
89
'eeprom_size_bytes': 524288,
90
'bin_offset': -0x80000,
91
'calibration_section_address': 0x92000,
92
- 'calibration_size_bytes': 0x12000,
93
- 'program_section_address': 0x24000,
94
- 'program_section_size': 0x5BFFF
+ 'calibration_size_bytes': 0xCF00,
+ 'program_section_address': 0xA0000,
+ 'program_section_size': 0x60000
95
96
97
]
0 commit comments