Skip to content

Commit 30519bf

Browse files
authored
use custom partition scheme
to guarantee a big enough SPIFFS partition scheme is used.
1 parent 3eac331 commit 30519bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: 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)