nodemcu-uploader icon indicating copy to clipboard operation
nodemcu-uploader copied to clipboard

Upload files to your esp8266 running nodeMcu

Results 17 nodemcu-uploader issues
Sort by recently updated
recently updated
newest added

I think that it would be nice to be able to set the hostname at time of uploading. Having some sort of argument like --hostname would be nice. However, I...

enhancement
prio:nice to have

Hello, I am working on an init like process for NodeMCU (wait before start / cancel boot, start network services, logging routines, auto-compilation, etc). In order to easy the dev,...

enhancement
prio:normal

This will probably include some kind of mock nodemcu code using the **loop://** serial port

enhancement
prio:nice to have

During an upload I would like the option to only some of the uploaded files.

enhancement
prio:nice to have

Specifically: * Handle file.open (IDF v3) vs io.open (v4) * Removed DOWNLOAD_FILE (wasn't used anywhere) * Removed incorrect inclusions in LUA_FUNCTIONS which guaranteed that function reuse would never occur. *...

According to the technical details for upload points 2 and 8 without function According to the technical details for download points 2 and 9 without function fixes #99 closes #99

In the technical details are describded that at step 2 for Download and Upload NodeMCU disables echo and at the last step enable it again. This doesn't work for me...