Skip to content

Make sure byte values are 8 bits

Compare
Choose a tag to compare
@dhalbert dhalbert released this 11 May 18:53
cb8f61b

Fixed values > 8 bits being written to byte-only arrays, causing errors. A change to CircuitPython (adafruit/circuitpython#1860) revealed this.