mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
use thinfilm trace with hf thinfilm list
This commit is contained in:
parent
3bc5f7688d
commit
824e0ae3e4
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ static int CmdHfThinFilmSim(const char *Cmd) {
|
|||
|
||||
static int CmdHfThinFilmList(const char *Cmd) {
|
||||
(void)Cmd; // Cmd is not used so far
|
||||
CmdTraceList("14a");
|
||||
CmdTraceList("thinfilm");
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue