Unverified Commit 7fbd9a16 authored by Jason2866's avatar Jason2866 Committed by GitHub

Update LittleFS Platformio example (#9151)

* rm not anymore needed `LittleFS Builder.py`

* use custom partition scheme

to guarantee a big enough SPIFFS partition scheme is used.
parent 11496501
Import("env")
env.Replace( MKFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS
......@@ -17,8 +17,6 @@ framework = arduino
[env:esp32]
platform = espressif32
board = esp32dev
;board_build.partitions = partitions_custom.csv
board_build.partitions = partitions_custom.csv
monitor_filters = esp32_exception_decoder
monitor_speed = 115200
extra_scripts = ./littlefsbuilder.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment