prepping for adding support of EM4305 to clone commands

This commit is contained in:
iceman1001
2020-10-20 21:59:33 +02:00
parent f4f514fca0
commit fa96a6ef80
3 changed files with 93 additions and 72 deletions

View File

@@ -1348,7 +1348,7 @@ static bool CheckChipType(bool getDeviceData) {
//check for em4x05/em4x69 chips first
uint32_t word = 0;
if (EM4x05IsBlock0(&word)) {
if (em4x05_isblock0(&word)) {
PrintAndLogEx(SUCCESS, "Chipset detection: " _GREEN_("EM4x05 / EM4x69"));
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`lf em 4x05`") " commands");
retval = true;