mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 09:20:34 +01:00
Implemented first version of LittleFS upload
This commit is contained in:
0
data/index.htm
Normal file
0
data/index.htm
Normal file
2
littlefsbuilder.py
Normal file
2
littlefsbuilder.py
Normal file
@@ -0,0 +1,2 @@
|
||||
Import("env")
|
||||
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/vendor/mklittlefs' )
|
||||
@@ -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
BIN
vendor/mklittlefs.exe
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user