t55xx detection: remove Atmel as it can be others, see t55xx trace for real manufacturer

This commit is contained in:
Philippe Teuwen 2019-03-31 01:18:00 +01:00
parent 4b00dd1053
commit 2080dd396d

View file

@ -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;