image-et-son / p600fw

GliGli based Prophet 600 firmware upgrade
10 stars 4 forks source link

Adaption of fw2syx script for Python 3 #32

Open image-et-son opened 2 years ago

image-et-son commented 2 years ago

The fw2syx script is not Python 3 compliant and must be executed in Python 2.* Since the C code was made fit for the latest AVR-GCC compiler now, it would be good to also catch up with Python and convert the script. No functionality must be changed, only the dialect.

jmechnich commented 2 years ago

This should be taken care of by PR #202 .