Skip to content

Commit 015fc31

Browse files
committed
sim2k elantra offsets
1 parent 98c7970 commit 015fc31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.91'
1+
__version__ = '1.0.92'

ecu_definitions.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@
8282
}
8383
},
8484
{
85-
'offset': 0x92000,
86-
'expected': [b'\x36\x36\x35\x30'], # ca66
85+
'offset': 0x92040,
86+
'expected': [b'\x07\x71\xda\xba'],
8787
'ecu': {
8888
'name': 'SIMK2K (Elantra 2.0 Beta)',
8989
'eeprom_size_bytes': 524288,
9090
'bin_offset': -0x80000,
9191
'calibration_section_address': 0x92000,
92-
'calibration_size_bytes': 0x12000,
93-
'program_section_address': 0x24000,
94-
'program_section_size': 0x5BFFF
92+
'calibration_size_bytes': 0xCF00,
93+
'program_section_address': 0xA0000,
94+
'program_section_size': 0x60000
9595
}
9696
},
9797
]

0 commit comments

Comments
 (0)