calibrate: Don't print the calibration status
This commit is contained in:
parent
b211d0e92b
commit
fd80c01cd5
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ def calibrate(calib_data_path='calib-data.bin'):
|
||||||
|
|
||||||
rsp=tls.cmd(calibrate_prg)
|
rsp=tls.cmd(calibrate_prg)
|
||||||
assert_status(rsp)
|
assert_status(rsp)
|
||||||
print(rsp.hex())
|
|
||||||
# ^ TODO check what the rest of the rsp means
|
# ^ TODO check what the rest of the rsp means
|
||||||
|
|
||||||
calib_data=usb.read_82()
|
calib_data=usb.read_82()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue