iso15 - add some annotation for write mulit
This commit is contained in:
@@ -404,6 +404,9 @@ void annotateIso15693(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
||||
case ISO15693_READ_MULTI_BLOCK:
|
||||
snprintf(exp, size, "READ_MULTI_BLOCK");
|
||||
return;
|
||||
case ISO15693_WRITE_MULTI_BLOCK:
|
||||
snprintf(exp, size, "WRITE_MULTI_BLOCK");
|
||||
return;
|
||||
case ISO15693_SELECT:
|
||||
snprintf(exp, size, "SELECT");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user