From fd80c01cd5a1e4edb30aa1be617c2bd89482f04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 10 Jun 2020 19:29:22 +0200 Subject: [PATCH] calibrate: Don't print the calibration status --- proto9x/calibrate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/proto9x/calibrate.py b/proto9x/calibrate.py index 7177500..918fa5c 100644 --- a/proto9x/calibrate.py +++ b/proto9x/calibrate.py @@ -75,7 +75,6 @@ def calibrate(calib_data_path='calib-data.bin'): rsp=tls.cmd(calibrate_prg) assert_status(rsp) - print(rsp.hex()) # ^ TODO check what the rest of the rsp means calib_data=usb.read_82()