split nfcbarcode from iso14443a

This commit is contained in:
Philippe Teuwen 2019-08-03 21:17:52 +02:00
commit 4a3fb3ccf1
7 changed files with 25 additions and 5 deletions

View file

@ -133,6 +133,12 @@ bool IfPm3Iclass(void) {
return pm3_capabilities.compiled_with_iclass;
}
bool IfPm3NfcBarcode(void) {
if (!IfPm3Present())
return false;
return pm3_capabilities.compiled_with_nfcbarcode;
}
bool IfPm3Lcd(void) {
if (!IfPm3Present())
return false;