mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: update reveng v1.6.0 -> v1.6.2
This commit is contained in:
parent
a856ad638c
commit
3efa05060e
10 changed files with 345 additions and 337 deletions
|
@ -401,7 +401,7 @@ char *SwapEndianStr(const char *inStr, const size_t len, const uint8_t blockSize
|
|||
// takes hex string in and searches for a matching result (hex string must include checksum)
|
||||
int CmdrevengSearch(const char *Cmd) {
|
||||
|
||||
#define NMODELS 105
|
||||
#define NMODELS 106
|
||||
|
||||
char inHexStr[100] = {0x00};
|
||||
int dataLen = param_getstr(Cmd, 0, inHexStr, sizeof(inHexStr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue