We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61bd4b6 + d3e6401 commit f05260aCopy full SHA for f05260a
adafruit_atecc/adafruit_atecc.py
@@ -155,7 +155,7 @@ def _convert_i2c_addr_to_atecc_addr(i2c_addr=0x60):
155
# TODO: Decide whether to use alternate representation of config bytes
156
# TODO: Remove assertion tests
157
assert CFG_TLS == CFG_TLS_HEX
158
-assert bytearray(CFG_TLS)[16] == 0x20
+assert bytearray(CFG_TLS)[16] == 0x20 #
159
160
# Convert I2C address to config byte 16 and update CFG_TLS
161
_CFG_BYTES = bytearray(CFG_TLS)
0 commit comments