From 2b20e1e7cbca8bec12b146237c9b44de3428a180 Mon Sep 17 00:00:00 2001 From: JinGen Lim <1116555+jglim@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:24:34 +0800 Subject: [PATCH] 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 --- UnlockECU/db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnlockECU/db.json b/UnlockECU/db.json index b7f0a24..ff70a90 100644 --- a/UnlockECU/db.json +++ b/UnlockECU/db.json @@ -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" } ]