Chat about current Lua tools and IDEs

User avatar
By Bazmundi
#35055 I am trying to understand how to upload packages to an ESP-01 using say ESPlorer (or alternative).

The starting point is luagravity at: https://github.com/fsantanna/luagravity

Just one pesky folder and 3 lousy files but my reading up on ESP-01, NodeMCU, ESPlorer etc. has not helped (likely also the vodka with smooth tropical fruit punch as well ;)

Any hints please?!

Cheers,
B
User avatar
By devsaurus
#35106 I use nodemcu-uploader when multiple files are involved. Batch uploading avoids the manual GUI interaction, and nodemcu-uploader can compile from .lua to .lc on the fly.

Note that NodeMCU's SPIFFS won't handle folders. All files need to be stored in the root directory.