mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
CHG: not sure if this clearCommandBuffer helps when sending usbpackages from lua scripts. Having trouble with these usbpackages in 14B code.
This commit is contained in:
parent
a930542b0a
commit
f400ff6519
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ end
|
|||
-- nil, errormessage if unsuccessfull
|
||||
|
||||
local function sendToDevice(command, ignoreresponse)
|
||||
core.clearCommandBuffer()
|
||||
--core.clearCommandBuffer(
|
||||
local err = core.SendCommand(command:getBytes())
|
||||
if err then
|
||||
print(err)
|
||||
|
|
Loading…
Reference in a new issue