Skip to content

Simple Command Line File Management for NodeMCU

Compare
Choose a tag to compare
@AndiDittrich AndiDittrich released this 05 Dec 22:03
· 166 commits to master since this release

NodeMCU Tool allows you to

  • Upload LUA files to your ESP8266/NodeMCU module
  • Upload any text files
  • Delete files
  • Format the file system
  • Show existing files on your module
  • Precompile LUA files live on NodeMCU
  • Optimize LUA files before uploading by stripping comments (saves flash memory)
  • Run files on NodeMCU and display the output
  • Simple Serial Terminal to interact with NodeMCU
    directly from the command line.