AndiDittrich / NodeMCU-Tool

:wrench: Upload + Manage Lua files on NodeMCU
https://www.npmjs.com/package/nodemcu-tool
MIT License
310 stars 54 forks source link

Fix download command reliability #75

Closed thornley-david closed 4 years ago

thornley-david commented 4 years ago

Manifests as every second download failing, caused by missing command object reference.

AndiDittrich commented 4 years ago

thanks David,

seems to be an error made during last refactoring

thornley-david commented 4 years ago

No problems. It took a me a while to work out what was going wrong, as I have been hacking around improving nodemcu's readline support (adding history, and improved terminal control). Thanks for adopting the change so quickly!