mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
b0 doesnt use crc
This commit is contained in:
parent
25b2a8b06b
commit
85170f914e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ function main(args)
|
|||
local d0_d15 = getdata(res)
|
||||
|
||||
payload = "80"
|
||||
res, err = send(payload, {ignore_response = false, append_crc = true})
|
||||
res, err = send(payload, {ignore_response = false, append_crc = false})
|
||||
if err then return end
|
||||
|
||||
local d16_d31 = getdata(res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue