add ST25TA64K chip model

This commit is contained in:
tcprst 2020-09-15 16:51:36 -04:00
parent 32e04483fc
commit 6ac7d28283

View file

@ -79,6 +79,9 @@ static char *get_st_chip_model(uint8_t pc) {
case 0xC:
sprintf(s, "SRT512");
break;
case 0xC4:
sprintf(s, "ST25TA64K");
break;
case 0xE2:
sprintf(s, "ST25??? IKEA Rothult");
break;