Implemented first version of LittleFS upload

This commit is contained in:
Thomas Basler 2022-04-11 19:59:35 +02:00
parent 82c3a914ab
commit a6d7c923bb
4 changed files with 10 additions and 2 deletions

0
data/index.htm Normal file
View File

2
littlefsbuilder.py Normal file
View File

@ -0,0 +1,2 @@
Import("env")
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/vendor/mklittlefs' )

View File

@ -21,9 +21,15 @@ build_flags =
${env.build_flags}
-D=${PIOENV}
lib_deps = https://github.com/me-no-dev/ESPAsyncWebServer.git
lib_deps =
https://github.com/lorol/LITTLEFS.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
board = esp32dev
board_build.partitions = partitions_custom.csv
monitor_filters = esp32_exception_decoder
monitor_speed = 115200
monitor_speed = 115200
extra_scripts = ./littlefsbuilder.py
upload_port = COM4

BIN
vendor/mklittlefs.exe vendored Normal file

Binary file not shown.