mirror of https://github.com/rusefi/UnlockECU.git
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:
parent
668e58348f
commit
2b20e1e7cb
|
@ -12422,7 +12422,7 @@
|
|||
{
|
||||
"EcuName": "VGS4NAG2",
|
||||
"Aliases": [],
|
||||
"AccessLevel": 11,
|
||||
"AccessLevel": 17,
|
||||
"SeedLength": 4,
|
||||
"KeyLength": 4,
|
||||
"Provider": "PowertrainSecurityAlgo",
|
||||
|
@ -12645,7 +12645,7 @@
|
|||
},
|
||||
{
|
||||
"Key": "X73",
|
||||
"Value": "XE",
|
||||
"Value": "E",
|
||||
"DataType": "Byte"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue