Clear trace before HF 14B info

This commit is contained in:
kormax
2026-05-09 18:33:45 +03:00
parent d198304579
commit eef3721357
+2
View File
@@ -3159,6 +3159,8 @@ int CmdHF14B(const char *Cmd) {
// get and print all info known about any known 14b tag
int infoHF14B(bool verbose, bool do_aid_search) {
clear_trace_14b();
// try std 14b (atqb)
if (HF14B_Std_Info(verbose, do_aid_search))
return PM3_SUCCESS;