Merge pull request #1434 from ah01/add-suica-ic-type

Add Suica card IC Type
This commit is contained in:
Iceman 2021-08-08 13:51:14 +02:00 committed by GitHub
commit ef916ee437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,7 +247,8 @@ static const char *felica_model_name(uint8_t rom_type, uint8_t ic_type) {
case 0x02:
return "FeliCa Standard RC-S919";
case 0x0B:
return "FeliCa Suica RC-S???";
case 0x31:
return "Suica card (FeliCa Standard RC-S???)";
default:
break;
}