kmpm / nodemcu-uploader

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

Add ability to compile only some files in an upload #16

Open egelmex opened 9 years ago

egelmex commented 9 years ago

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

kmpm commented 9 years ago

Can you think of a way of how those parameters should look on the command line. It's doable but I can't imagine a way that would not mess things up.

egelmex commented 9 years ago

Good point, I will have a think about it.

benrussell commented 9 years ago

./nodemcu-uploader.py upload init.lua:init.lc

benrussell commented 9 years ago

or, new tool: ./nodemcu-compiler.py init.lua:init.lc

This would be my preference.

kmpm commented 8 years ago

Ok. I will not make a new tool. Detecting if a file called init.lua should be saved as init.lc could be done. If you come with a pull request I will use it but since I am somewhat short on time I will not do it now.