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.
This commit is contained in:
parent
1149650105
commit
7fbd9a163c
2 changed files with 1 additions and 5 deletions
|
|
@ -1,2 +0,0 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue