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

Add ability to compile only some files in an upload

Open egelmex opened this issue 9 years ago • 5 comments

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

egelmex avatar May 17 '15 13:05 egelmex

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.

kmpm avatar Jun 04 '15 05:06 kmpm

Good point, I will have a think about it.

egelmex avatar Jun 04 '15 08:06 egelmex

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

benrussell avatar Jul 09 '15 10:07 benrussell

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

This would be my preference.

benrussell avatar Jul 09 '15 10:07 benrussell

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.

kmpm avatar Nov 15 '15 00:11 kmpm