kmpm / nodemcu-uploader

Upload files to your esp8266 running nodeMcu
MIT License
320 stars 89 forks source link

Outdated version in PyPi #93

Closed galjonsfigur closed 3 years ago

galjonsfigur commented 4 years ago

Latest version of this tool installed via pip from PyPi is 0.4.3 and that version is not working with new NodeMCU firmware. The only workaround is to install it directly from this repository. I know this project is not actively maintained but I think updating it on PyPi would be beneficial and possible without big effort.

kmpm commented 4 years ago

Hi, The master branch is the developing branch so it's quite normal that the versions does not match between that and pypi. There are changes in the master branch that I was waiting for verification on but without no feedback, for example #89

So I thank you because you are the first one confirming that the changes actually work. I will release a new version in the next couple of days.

galjonsfigur commented 4 years ago

Sure - if you want any help with testing just ping me. I think this project is really important to NodeMCU firmware and I would be happy to help.

kmpm commented 3 years ago

Published