- if ((tagtype & (NTAG_213 | NTAG_215 | NTAG_216))){
-
- uint8_t cc[16] = {0x00};
- status = ul_read(3, cc, sizeof(cc));
- if ( status == -1 ){
- PrintAndLog("Error: tag didn't answer to READ ntag");
- ul_switch_off_field();
- return status;
- }
- ntag_print_CC(cc);
+ // NDEF Message
+ uint8_t cc[16] = {0x00};
+ status = ul_read(3, cc, sizeof(cc));
+ if ( status == -1 ){
+ PrintAndLog("Error: tag didn't answer to READ NDEF");
+ ul_switch_off_field();
+ return status;