From 2080dd396db6c8a955f60bd45baecd3536cb8d5d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 31 Mar 2019 01:18:00 +0100 Subject: [PATCH] t55xx detection: remove Atmel as it can be others, see t55xx trace for real manufacturer --- client/cmdlf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdlf.c b/client/cmdlf.c index 049edb824..263e73749 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -839,7 +839,7 @@ bool CheckChipType(bool getDeviceData) { //check for t55xx chip... if (tryDetectP1(true)) { - PrintAndLogEx(SUCCESS, "\nChipset detection : " _GREEN_("Atmel T55xx") " found"); + PrintAndLogEx(SUCCESS, "\nChipset detection : " _GREEN_("T55xx") " found"); PrintAndLogEx(SUCCESS, "Try " _YELLOW_("`lf t55xx`")" commands"); retval = true; goto out;