Skip to content

v1.2.0

Compare
Choose a tag to compare
@AndiDittrich AndiDittrich released this 19 Dec 22:43
· 154 commits to master since this release
  • Added: Binary file transfer
  • Added: Download function to fetch file from NodeMCU (binary save)
  • Added: Additional check to verify the existence of a remote file for read/write operations
  • Changed: File-Content is hex-encoded before upload - this allows binary file uploads and "unlimited" line size (not longer limited to 235chars per line!)
  • Changed: All used LUA commands/functions are centralized in NodeMcuConnector
  • Changed: the --optimize flag only works for LUA files with file-type .lua