This commit is contained in:
iceman1001 2019-04-17 14:01:05 +02:00
commit 72f6ba712a

View file

@ -46,7 +46,7 @@ static void ParamLoadDefaults(struct tlvdb *tlvRoot) {
static void PrintChannel(EMVCommandChannel channel) {
switch (channel) {
case ECC_CONTACTLESS:
PrintAndLogEx(INFO, "Channel: CONTACTLESS (RFID)");
PrintAndLogEx(INFO, "Channel: CONTACTLESS (T=CL)");
break;
case ECC_CONTACT:
PrintAndLogEx(INFO, "Channel: CONTACT");