From eb7ebc459b275adbfd451e110586c7a34b1f88bb Mon Sep 17 00:00:00 2001 From: Jaromir Mayer <> Date: Tue, 15 Sep 2020 16:55:41 +0100 Subject: [PATCH] KWP2000 - Added upload not accepted error --- Plugins/KWP2000.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/KWP2000.lua b/Plugins/KWP2000.lua index f8cd12e..96ae5e0 100644 --- a/Plugins/KWP2000.lua +++ b/Plugins/KWP2000.lua @@ -56,6 +56,7 @@ local nrc_description = { [0x33] = "Security access denied", [0x35] = "Invalid key", [0x36] = "Exceed attempts", + [0x50] = "Upload Not Accepted", [0x75] = "Illegal Byte Count in block transfer", [0x78] = "Busy - Response pending", [0x7E] = "Service or Subfunction not supported",