Skip to content

Commit 7fbd9a1

Browse files
authoredJan 23, 2024
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.
1 parent 1149650 commit 7fbd9a1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎libraries/LittleFS/examples/LITTLEFS_PlatformIO/littlefsbuilder.py

-2
This file was deleted.

‎libraries/LittleFS/examples/LITTLEFS_PlatformIO/platformio.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ framework = arduino
1717
[env:esp32]
1818
platform = espressif32
1919
board = esp32dev
20-
;board_build.partitions = partitions_custom.csv
20+
board_build.partitions = partitions_custom.csv
2121
monitor_filters = esp32_exception_decoder
2222
monitor_speed = 115200
23-
24-
extra_scripts = ./littlefsbuilder.py

0 commit comments

Comments
 (0)