Current Lua downloadable firmware will be posted here

User avatar
By kriegste
#20631 Is it possible to include lua (text) files (or even compiled lua files) into a firmware binary? So I can flash several ESP8266 modules without the need to transfer the lua files on to them afterwards.
User avatar
By TerryE
#20642
kriegste wrote:Is it possible to include lua (text) files (or even compiled lua files) into a firmware binary?

Yes, f you looks at the SPIFFS drivers in the nodeLUA code this FS is mapped in a fairly simple way onto any available flash. So in principle we could include a base FS in the flashed build.

However, is there any off-the-shelf projects which already do this? I don't know of any. Sorry
User avatar
By TerryE
#43450 There's a whole topic on this on the firmware issues list: https://github.com/nodemcu/nodemcu-firmware/pull/1064