Skip to content

Commit

Permalink
remove functions NDEF not support
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Mar 27, 2021
1 parent be63b2b commit fadff42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ void loop(){
}
break;
}
nfc.ProcessReaderMode(RfInterface, READ_NDEF);
PCD_MIFARE_scenario();
break;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ void loop(){
}
break;
}
nfc.ProcessReaderMode(RfInterface, READ_NDEF);
PCD_MIFARE_scenario();
break;

Expand Down

0 comments on commit fadff42

Please sign in to comment.