项目作者: DaveBrad

项目描述 :
ESP32 ESP8266 file-system upload development aid with SPIFFS or LittleFS file-system
高级语言: C++
项目地址: git://github.com/DaveBrad/DevFsUploadESP.git
创建时间: 2020-04-20T12:33:22Z
项目社区:https://github.com/DaveBrad/DevFsUploadESP

开源协议:Other

下载


DevFsUploadESP

ESP32 or ESP8266 file-system upload development aid for SPIFFS or LittleFS

A Arduino set of libraries that provides a browser-UI to manage file-system components on the ESP. (User documentation is found in ‘docs/devfsuploadesp_docs’)

A user needs to install the libraries (found in the lib folder):

DevFsUploadCommon, DevFsUploadSPIFFS and DevFsUploadLittleFS

See the doc/devfsuploadesp_docs files (download and view .html with a browser).

The capabilities provided are:

files: list, view, download, delete

dirs: list, select (for upload ESP-target-directory) make-sub-directory, remove-directory

upload browse: reset, upload, browse (all for files or directory management

ESP-target-directory : ‘manual’ or ‘select dir’ setting capability

(upload target)

NOTE/WARNING: there is no checking for free space on the ESP when uploading files.

Initial page view

Alt text

List files and List Dir(s) view

Alt text Alt text