mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
split nfcbarcode from iso14443a
This commit is contained in:
parent
ada1b8559b
commit
4a3fb3ccf1
7 changed files with 25 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue