No Description

Peter Magnusson f059a13f26 added file.list and more 9 years ago
LICENSE 6b84dab388 Initial commit 9 years ago
README.md f059a13f26 added file.list and more 9 years ago
nodemcu-uploader.py f059a13f26 added file.list and more 9 years ago

README.md

nodemcu-uploader.py

A simple tool for uploading files to the filesystem of an ESP8266 running nodeMcu as well as some other usefull commands.

It should work on linux and windows and with any type of file that fits the filesystem, binary or text.

Usage

–port and –baud are set to default /dev/ttyUSB0 and 9600 respectively.

###Upload Uploading a number of files

./nodemcu-uploader.py upload init.lua README.md nodemcu-uploader.py

###List files

./nodemcu-uploader.py --port com1 file list

###Format filesystem

./nodemcu-uploader.py file format