mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg
This commit is contained in:
parent
730b4940f8
commit
1c2dea29bb
1 changed files with 1 additions and 3 deletions
|
@ -364,9 +364,7 @@ int AskEm410xDecode(bool verbose, uint32_t *hi, uint64_t *lo ) {
|
||||||
int ans = Em410xDecode(bits, &size, &idx, hi, lo);
|
int ans = Em410xDecode(bits, &size, &idx, hi, lo);
|
||||||
if ( ans < 0){
|
if ( ans < 0){
|
||||||
|
|
||||||
if (ans == -1)
|
if (ans == -2)
|
||||||
PrintAndLogEx(DEBUG, "DEBUG: Error - Em410x not only 0|1 in decoded bitstream");
|
|
||||||
else if (ans == -2)
|
|
||||||
PrintAndLogEx(DEBUG, "DEBUG: Error - Em410x not enough samples after demod");
|
PrintAndLogEx(DEBUG, "DEBUG: Error - Em410x not enough samples after demod");
|
||||||
else if (ans == -4)
|
else if (ans == -4)
|
||||||
PrintAndLogEx(DEBUG, "DEBUG: Error - Em410x preamble not found");
|
PrintAndLogEx(DEBUG, "DEBUG: Error - Em410x preamble not found");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue