Merge pull request #955 from tcprst/st25ta64k

add ST25TA64K chip model
This commit is contained in:
Iceman 2020-09-15 22:54:53 +02:00 committed by GitHub
commit e9527ebaed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;