mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
rename few CMD_* to get some less diversity
This commit is contained in:
parent
cbf5c717f7
commit
a0a232a985
71 changed files with 687 additions and 687 deletions
|
@ -30,7 +30,7 @@ void ReadThinFilm(void) {
|
|||
|
||||
// power on and listen for answer.
|
||||
bool status = GetIso14443aAnswerFromTag_Thinfilm(buf, &len);
|
||||
reply_ng(CMD_THINFILM_READ, status ? PM3_SUCCESS : PM3_ENODATA, buf, len);
|
||||
reply_ng(CMD_HF_THINFILM_READ, status ? PM3_SUCCESS : PM3_ENODATA, buf, len);
|
||||
|
||||
iso14443a_off();
|
||||
set_tracing(false);
|
||||
|
@ -148,5 +148,5 @@ void SimulateThinFilm(uint8_t *data, size_t len) {
|
|||
}
|
||||
}
|
||||
LED_A_OFF();
|
||||
reply_ng(CMD_SIMULATE_TAG_THINFILM, status, NULL, 0);
|
||||
reply_ng(CMD_HF_THINFILM_SIMULATE, status, NULL, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue