mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -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
|
@ -516,7 +516,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 105
|
||||
#define NMODELS 106
|
||||
|
||||
int count = 0;
|
||||
uint8_t in_width = luaL_checkunsigned(L, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue