mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fixes entering bootload messages to be less scary
This commit is contained in:
parent
16b56f4992
commit
ba8a68f37c
5 changed files with 58 additions and 26 deletions
|
@ -763,7 +763,7 @@ void Mifare1ksim(uint16_t flags, uint8_t exitAfterNReads, uint8_t *datain, uint1
|
|||
}
|
||||
|
||||
// all commands must have a valid CRC
|
||||
if (!CheckCrc14A(receivedCmd_dec, receivedCmd_len)) {
|
||||
if (CheckCrc14A(receivedCmd_dec, receivedCmd_len) == false) {
|
||||
EmSend4bit(encrypted_data ? mf_crypto1_encrypt4bit(pcs, CARD_NACK_NA) : CARD_NACK_NA);
|
||||
FpgaDisableTracing();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue