df8oe / UHSDR

SDR firmware and bootloader with configuration files for use with Eclipse, EmBitz and Makefile
Other
354 stars 185 forks source link

Python3 change for uhsdr.py #1879

Closed w1mt closed 3 years ago

w1mt commented 3 years ago

Had to change uhsdr.py so that the bytearray cast would work. I think this is a necessary Python3 change. I have tested this for backup and restore and it seems to work for me. Thank you for all your work!

If something about this falls outside the normal workflow feel free to remedy as you see fit.

-mike/w1mt

db4ple commented 3 years ago

Approved. Thanks, works for python2 and python3 as well.