Open
Description
One of the nice things about nodemcu-firmware is that it allows you to build small apps very easily with just esplorer/similar. You build an image with the cloud builder, flash it, and then you can build something.
However, as modules start to be moved into Lua, this means that you can't do this stuff any more as you need to use the LFS to fit all the code into memory. This raises the complexity of the toy development environment significantly.
What could be solutions to this problem? Maybe the cloud builder could build an LFS partition with all (or selected) Lua libraries that are part of nodemcu-firmware, and include this partition in the firmware file that the user then flashes onto their boards.
Comments?