From a6a80bf952e5d84167b18cdb07a228e5b716fbc9 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:16:15 +0300 Subject: [PATCH] set config text --- client/src/cmdhfmfdes.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index 929ccb800..004d788a1 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -2026,16 +2026,17 @@ static int CmdHF14ADesSetConfiguration(const char *Cmd) { "02h ATS update.\n" "03h SAK update\n" "04h Secure Messaging Configuration.\n" - "05h Capability data. (here change for LRP in the Desfire Light [00000000010000000000])\n" + "05h Capability data. (here change for LRP in the Desfire Light [enable 00000000010000000000])\n" "06h DF Name renaming (one-time)\n" "08h File renaming (one-time)\n" "09h Value file configuration (one-time)\n" - "0Ah Failed authentication counter setting\n" + "0Ah Failed authentication counter setting [disable 00ffffffff]\n" "0Bh HW configuration\n" "\n" "hf mfdes setconfig --param 03 --data 0428 -> set SAK\n" "hf mfdes setconfig --param 02 --data 0875778102637264 -> set ATS (first byte - length)\n" - "hf mfdes setconfig --appisoid 01df -t aes -s ev2 --param 05 --data 00000000020000000000 -> set LRP mode enable for Desfire Light"); + "hf mfdes setconfig --appisoid 01df -t aes -s ev2 --param 05 --data 00000000020000000000 -> set LRP mode enable for Desfire Light\n" + "hf mfdes setconfig --appisoid 01df -t aes -s ev2 --param 0a --data 00ffffffff -> Disable failed auth counters for Desfire Light"); void *argtable[] = { arg_param_begin,