PrusaControl icon indicating copy to clipboard operation
PrusaControl copied to clipboard

Fixed reading of color from a bytearray.

Open zavorka opened this issue 7 years ago • 0 comments

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.

zavorka avatar Nov 02 '18 19:11 zavorka