PrintAndLog(" <card ID> : jablotron card ID");
PrintAndLog(" <Q5> : specify write to Q5 (t5555 instead of t55x7)");
PrintAndLog("");
- PrintAndLog("Sample: lf jablotron clone d 112233");
+ PrintAndLog("Sample: lf jablotron clone 112233");
return 0;
}
PrintAndLog(" h : This help");
PrintAndLog(" <card ID> : jablotron card ID");
PrintAndLog("");
- PrintAndLog("Sample: lf jablotron sim d 112233");
+ PrintAndLog("Sample: lf jablotron sim 112233");
return 0;
}
// clearing the topbit needed for the preambl detection.
if ((fullcode & 0x7FFFFFFFFF) != fullcode) {
fullcode &= 0x7FFFFFFFFF;
- PrintAndLog("Card Number Truncated to 40-bits: %"PRIx64, fullcode);
+ PrintAndLog("Card Number Truncated to 39bits: %"PRIx64, fullcode);
}
if ( !getJablotronBits(fullcode, bs)) {
// clearing the topbit needed for the preambl detection.
if ((fullcode & 0x7FFFFFFFFF) != fullcode) {
fullcode &= 0x7FFFFFFFFF;
- PrintAndLog("Card Number Truncated to 40-bits: %"PRIx64, fullcode);
+ PrintAndLog("Card Number Truncated to 39bits: %"PRIx64, fullcode);
}
uint8_t clk = 64, encoding = 2, separator = 0, invert = 1;