1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-12 14:30:40 +00:00

Implement LITTLEFS as requested by @thomastech in #144

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
2022-01-04 11:35:43 +01:00
parent 3cbae2ff1b
commit e1fe13bac6
6 changed files with 66 additions and 40 deletions

View File

@ -14,3 +14,12 @@ board = nodemcuv2
framework = arduino
lib_extra_dirs = ../../
[env:esp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_extra_dirs = ../../
lib_deps = lorol/LittleFS_esp32