PrusaControl
PrusaControl copied to clipboard
Fixed reading of color from a bytearray.
The int() function interprets the bytearray as an ascii string, emitting
ValueError: invalid literal for int() with base 10: ' when it reads values
like 0x00 or 0xff.