added some helptexts

This commit is contained in:
iceman1001 2022-02-24 19:31:47 +01:00
commit 3b5a1e8de5
5 changed files with 28 additions and 6 deletions

View file

@ -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;