usb_4_mic_array icon indicating copy to clipboard operation
usb_4_mic_array copied to clipboard

Updated `tuning.py` so it works with Python >=3.2

Open DavidGoedicke opened this issue 4 years ago • 3 comments

Same issue as occurred in this other Github repo

Essentially, Python3.9 removed the function tostring() and we now need to use tobytes().

The change also includes a check for the minor version to run the new tobytes() function if we run in 3.2 or higher.

I hope this helps a little and addresses at least this one forum post.

DavidGoedicke avatar Jun 06 '21 06:06 DavidGoedicke

works on my machine

JamesOsborn-SE avatar Apr 30 '22 18:04 JamesOsborn-SE

LGTM. Approved.

vijay-prema avatar Feb 04 '23 01:02 vijay-prema

thank you a lot

dynamicdavidrobert avatar Nov 17 '23 20:11 dynamicdavidrobert