Fix VGS4NAG2:17

Parameter X73 (0xE) accidentally included a leading "X" in db.json
Fixed level from 11 (0xB) to 17 (0x11)
https://github.com/jglim/UnlockECU/issues/4#issuecomment-1944236858
This commit is contained in:
JinGen Lim 2024-03-13 18:24:34 +08:00
parent 668e58348f
commit 2b20e1e7cb
1 changed files with 2 additions and 2 deletions

View File

@ -12422,7 +12422,7 @@
{ {
"EcuName": "VGS4NAG2", "EcuName": "VGS4NAG2",
"Aliases": [], "Aliases": [],
"AccessLevel": 11, "AccessLevel": 17,
"SeedLength": 4, "SeedLength": 4,
"KeyLength": 4, "KeyLength": 4,
"Provider": "PowertrainSecurityAlgo", "Provider": "PowertrainSecurityAlgo",
@ -12645,7 +12645,7 @@
}, },
{ {
"Key": "X73", "Key": "X73",
"Value": "XE", "Value": "E",
"DataType": "Byte" "DataType": "Byte"
} }
] ]