ohps, forgot to multiply it up again.
This commit is contained in:
@@ -64,8 +64,9 @@ void printDemodBuff()
|
|||||||
if (bitLen>512) bitLen=512; //max output to 512 bits if we have more - should be plenty
|
if (bitLen>512) bitLen=512; //max output to 512 bits if we have more - should be plenty
|
||||||
|
|
||||||
// equally divided by 16
|
// equally divided by 16
|
||||||
|
|
||||||
if ( bitLen % 16 > 0)
|
if ( bitLen % 16 > 0)
|
||||||
bitLen = (bitLen/16);
|
bitLen = (bitLen/16)*16;
|
||||||
|
|
||||||
for (i = 0; i <= (bitLen-16); i+=16) {
|
for (i = 0; i <= (bitLen-16); i+=16) {
|
||||||
PrintAndLog("%i%i%i%i%i%i%i%i%i%i%i%i%i%i%i%i",
|
PrintAndLog("%i%i%i%i%i%i%i%i%i%i%i%i%i%i%i%i",
|
||||||
|
|||||||
Reference in New Issue
Block a user