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.
1 parent f05260a commit a6bb6caCopy full SHA for a6bb6ca
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