BetaRavener / uPyLoader

File transfer and communication tool for MicroPython boards
MIT License
355 stars 76 forks source link

Fix bug with python 3.x #88

Closed mhe-fr closed 1 year ago

mhe-fr commented 1 year ago

With Python 3.x file transfer crash: TypeError: setValue(self, value: int): argument 1 has unexpected type 'float'

BetaRavener commented 1 year ago

Fixes #87