'hf 14b' formatting

* renaming a few functions
* whitespace
* moving a bit towards RRG repo
This commit is contained in:
pwpiwi 2019-10-22 21:02:02 +02:00
parent c41dd5f9f6
commit a334de73d2
3 changed files with 226 additions and 179 deletions

View file

@ -61,7 +61,7 @@ int CmdHFSearch(const char *Cmd){
return ans;
}
//14b is longest test currently (and rarest chip type) ... put last
ans = HF14BInfo(false);
ans = infoHF14B(false);
if (ans) {
PrintAndLog("\nValid ISO14443B Tag Found - Quiting Search\n");
return ans;