I have some simple application using ESP-12 and NodemcuLUA using ESPlorer IDE.
My code has merely 7 different lua files.
Now for testing purpose I 'SAVE TO ESP' each .lua file in ESP module.
but for the production batch I need a single file or firmware to hand it over to production people for burning the code into ESP modules.
e.g. we generate 'abc.hex' file for normal controllers, give it to production house, flash it and it works.
Similarly what kind of file or which extention SINGLE file can be generated for lua script code for production batch.
So my questions are
1. What type of Single file is to be generated for production batch for Lua code using ESPlorer/any xyz IDE.
2. How to generate that file?