mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual
This commit is contained in:
parent
bc0e9687d7
commit
72f6ba712a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ static void ParamLoadDefaults(struct tlvdb *tlvRoot) {
|
||||||
static void PrintChannel(EMVCommandChannel channel) {
|
static void PrintChannel(EMVCommandChannel channel) {
|
||||||
switch (channel) {
|
switch (channel) {
|
||||||
case ECC_CONTACTLESS:
|
case ECC_CONTACTLESS:
|
||||||
PrintAndLogEx(INFO, "Channel: CONTACTLESS (RFID)");
|
PrintAndLogEx(INFO, "Channel: CONTACTLESS (T=CL)");
|
||||||
break;
|
break;
|
||||||
case ECC_CONTACT:
|
case ECC_CONTACT:
|
||||||
PrintAndLogEx(INFO, "Channel: CONTACT");
|
PrintAndLogEx(INFO, "Channel: CONTACT");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue