b0 doesnt use crc

This commit is contained in:
iceman1001 2019-12-20 11:19:58 +01:00
commit 85170f914e

View file

@ -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)