14a info: identify waveshare

This commit is contained in:
Philippe Teuwen 2020-09-11 22:48:42 +02:00
commit 3c9ca8f5bc

View file

@ -1664,6 +1664,12 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
}
getTagLabel(card.uid[0], card.uid[1]);
break;
case 0x57: // Qualcomm
if (memcmp(card.uid, "WSDZ10m", 7) == 0) {
isMifareClassic = false;
printTag("Waveshare NFC-Powered e-Paper");
}
break;
default:
getTagLabel(card.uid[0], card.uid[1]);
switch (card.sak) {