mix in proxmark code..

This commit is contained in:
iceman1001
2019-03-15 00:40:29 +01:00
2 changed files with 2 additions and 10 deletions

View File

@@ -344,7 +344,7 @@ int CmdLFHitagSim(const char *Cmd) {
}
static void printHitagConfiguration(uint8_t config) {
char msg[90];
char msg[100];
memset(msg, 0, sizeof(msg));
// encoding
if (config & 0x1) {