mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: updated to RevEng v1.6.0
This commit is contained in:
parent
c9b45ab4bd
commit
9e07a5c65a
5 changed files with 523 additions and 462 deletions
|
@ -515,7 +515,7 @@ static int l_sha1(lua_State *L) {
|
|||
static int l_reveng_models(lua_State *L){
|
||||
|
||||
// This array needs to be adjusted if RevEng adds more crc-models.
|
||||
#define NMODELS 103
|
||||
#define NMODELS 105
|
||||
|
||||
int count = 0;
|
||||
uint8_t in_width = luaL_checkunsigned(L, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue