mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
added some helptexts
This commit is contained in:
parent
8141752d69
commit
3b5a1e8de5
5 changed files with 28 additions and 6 deletions
|
@ -864,7 +864,7 @@ void SimulateIso14443bTag(uint8_t *pupi) {
|
|||
}
|
||||
} else {
|
||||
if (g_dbglevel >= DBG_DEBUG) {
|
||||
DbpString("CRC passed");
|
||||
DbpString("CRC ok");
|
||||
}
|
||||
}
|
||||
cardSTATE = SIM_IDLE;
|
||||
|
@ -1064,7 +1064,7 @@ void Simulate_iso14443b_srx_tag(uint8_t *uid) {
|
|||
}
|
||||
} else {
|
||||
if (g_dbglevel >= DBG_DEBUG) {
|
||||
DbpString("CRC passed");
|
||||
DbpString("CRC ok");
|
||||
}
|
||||
}
|
||||
cardSTATE = SIM_IDLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue