From 14e18625377f3fd0a1e3ddd5ac8f286b78531eda Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 24 Jul 2015 16:45:52 +0200 Subject: [PATCH] REM: removed a comment ADD: added the ISO14443b command to commands.lua --- client/cmdhf14b.c | 3 +-- client/lualibs/commands.lua | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdhf14b.c b/client/cmdhf14b.c index a9d5ff7e..060656c2 100644 --- a/client/cmdhf14b.c +++ b/client/cmdhf14b.c @@ -11,7 +11,6 @@ #include #include #include -//#include #include #include "iso14443crc.h" #include "proxmark3.h" @@ -43,7 +42,7 @@ int CmdHF14BSim(const char *Cmd) int CmdHF14BSnoop(const char *Cmd) { - UsbCommand c = {CMD_SNOOP_ISO_14443B}; + UsbCommand c = {CMD_SNOOP_ISO_14443B}; clearCommandBuffer(); SendCommand(&c); return 0; diff --git a/client/lualibs/commands.lua b/client/lualibs/commands.lua index 1d4bd806..2f4a7ea3 100644 --- a/client/lualibs/commands.lua +++ b/client/lualibs/commands.lua @@ -63,6 +63,7 @@ local _commands = { CMD_ACQUIRE_RAW_ADC_SAMPLES_ISO_15693 = 0x0300, CMD_READ_SRI512_TAG = 0x0303, CMD_READ_SRIX4K_TAG = 0x0304, + CMD_ISO_14443B_COMMAND = 0x0305, CMD_READER_ISO_15693 = 0x0310, CMD_SIMTAG_ISO_15693 = 0x0311, CMD_RECORD_RAW_ADC_SAMPLES_ISO_15693 = 0x0312, -- 2.39.2