dangling code parts

This commit is contained in:
iceman1001
2026-08-29 16:34:08 +02:00
parent 094bed1176
commit 177d240ee3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ static int CmdHFCryptoRFELoad(const char *Cmd) {
g_conn.block_after_ACK = false;
}
clearCommandBuffer();
SendCommandMIX(CMD_HF_CRYPTORF_EML_MEMSET, bytes_sent, bytes_in_packet, 0, data + bytes_sent, bytes_in_packet);
// NOTE: CMD_HF_CRYPTORF_EML_MEMSET has no device handler; needs one plus an NG payload if revived
bytes_remaining -= bytes_in_packet;
bytes_sent += bytes_in_packet;
}
+1 -1
View File
@@ -1531,7 +1531,7 @@ int CmdLFSimBidir(const char *Cmd) {
// Set ADC to twice the carrier for a slight supersampling
// HACK: not implemented in ARMSRC.
PrintAndLogEx(INFO, "Not implemented yet.");
// SendCommandMIX(CMD_LF_SIMULATE_BIDIR, 47, 384, 0, NULL, 0);
// SendCommandNG(CMD_LF_SIMULATE_BIDIR, NULL, 0); // needs an NG payload if revived
return PM3_SUCCESS;
}