]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/lualibs/commands.lua
REM: Remove a double pasted section of local variables.
[proxmark3-svn] / client / lualibs / commands.lua
index 1407f4be1b9f065079fbb8d449df81c533350b6a..2f4a7ea3a44443815fe15618ab95a11e13d53295 100644 (file)
@@ -20,7 +20,8 @@ local _commands = {
        CMD_BUFF_CLEAR =                                                     0x0105,
        CMD_READ_MEM =                                                       0x0106,
        CMD_VERSION =                                                        0x0107,
-
+       CMD_STATUS =                                                         0x0108,
+       CMD_PING =                                                           0x0109,
        --// For low-frequency tags
        CMD_READ_TI_TYPE =                                                   0x0202,
        CMD_WRITE_TI_TYPE =                                                  0x0203,
@@ -62,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,
Impressum, Datenschutz