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:
Jason2866 2024-01-23 11:52:10 +01:00 committed by GitHub
parent 1149650105
commit 7fbd9a163c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View file

@ -1,2 +0,0 @@
Import("env")
env.Replace( MKFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS

View file

@ -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