mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
chg: 'script run mfkeys' : uses NG
chg: 'hf mf chk' : uses old/mix
This commit is contained in:
parent
7454a4dcf2
commit
03d6454d95
4 changed files with 50 additions and 33 deletions
|
@ -162,7 +162,7 @@ static int l_SendCommandNG(lua_State *L) {
|
|||
return returnToLuaWithError(L, "You need to supply two parameters");
|
||||
|
||||
// parse input
|
||||
uint64_t cmd = luaL_checknumber(L, 1);
|
||||
uint16_t cmd = luaL_checknumber(L, 1);
|
||||
|
||||
// data
|
||||
const char *p_data = luaL_checklstring(L, 2, &size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue